Garbled characters in output

Experts,
I have a issue with Output.Output content consist of  Japanese letters and English letters and numbers.
When we see print preview in Production, output has all japanese leters and numbers etc.its fine.
When we take print out through Sap and send it to vendors we are getting garbled characters in place of Japanese language.
The numbers and English letters are appearing fine.
I have checked in transaction SOST and SP01, document is as per the requirement.
Would like to know what willbe the basic cause for such kind of issue and how can we resolve it.

Hi
The fonts are specific to the printers
We maintain font family in the printers,
Hence you can check this issue with your BASIS consultant.
Regards
KRSNA

Similar Messages

  • Garbled characters appear in PDF's generated in Acrobat XI 11.0.10

    Adobe: when generating PDF's using Acrobat XI 11.0.10, garbled characters appear on complete lines on otherwise legible generated pages. Adobe Acrobat says no updates are available. Please advise what workaround(s) should be used to prevent this. The problem seems to be increasing lately.
    Platform: Windows 7.
    Steps to troubleshoot: have no idea where to start other than updating Acrobat which has already been done.

    You probably are using some strange fonts that Acrobat can not embed due to licensing and are not viewing with system fonts. Be sure all the fonts are embedded (document properties -- ctrl-D).

  • Garbled characters when using bookmark fast searches

    I add the following site into my bookmark search:http://bk.baidu.com/searchword/?word=%s&pic=1&sug=1&oq=w&rsp=-1
    and set keyword bk.When I search chinese words the search words become garbled characters.For example,I type"bk 内存" in the address bar to search,and it turns out the search words become garbled characters"鍐呭瓨".The search result address is "http://bk.baidu.com/notexists?word=内存",if I replace the %s with the search words and type it in the address bar,it turns out OK.Chrome do not have such problem.

    The difference seems to be this HTTP request (first 4 RC and second in 3.6).<br />
    That first code is the result of encodeURIComponent.<br />
    I don't know how the second is encoded, but it looks like a bug in Firefox 4.<br />
    That second request is also send in Firefox 4 if I use the search field on http://bk<i></i>.baidu<i></i>.com/
    * GET /searchword/?word=%E5%86%85%E5%AD%98&pic=1&sug=1
    * GET /searchword/?word=%C4%DA%B4%E6&pic=1&sug=1

  • Need help in solving garbled characters in the translated es-mx applicaiton

    I followed the APEX Globalizations instructions to translate an application from es-us language to es-mx language. After I uploaded, applied, and published the translated file, the es-mx application was displayed based on my browser's language setting. However, some translated texts with special characters are garbled. For example, the "Number" is translated into "Número", but it is displayed as "N�mero".
    After our DBA has verified that the PlsqlNLSLanguage is set to AMERICAN_AMERICA.AL32UTF8 in the APEX DAD configuration file, the garbled characters still appear in es-mx application.
    Any help or suggestion on how to tackle this inproper translation issue is greatly appreciated.

    With your suggestion, it triggered me to check the Encoding setting on my Internet Explorer which was set to Western European. After I changed my Encoding setting to Auto Select, all translated texts are displayed in es-mx lanaguge correctly.
    Thanks for your suggestion.

  • Attachment appears as garbled characters in message section.

    I am using Javamail to send emails with attachments. The attachments are MS Word documents. When I run the Javamail program in JDeveloper, the emails with their attachments are sent just fine. However, when the Javamail program is run from the server (9iAS) the emails are sent, but the attachments appear in the message section as garbled characters. Is there a setting on the server that needs adjusting? Thank you for any help.
    Roger

    have u set the content type of your mail, something like "application/octet-stream" for the attachment part

  • I have garbled characters in firefox

    I have garbled characters in firefox latest update, they show in adds on the right side of window

    Hello,
    Did you try turn off the ardware acceleration?
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    <hr>
    Also:
    *[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in safe mode]
    *[https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox]
    *[https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem Create a screenshot of the problem]

  • Getting garbled characters running reports on free hand sql

    Hi ,
    I am getting additional row of garbled characters when running a report in deski.
    Same report runs fine withe records on toad.
    Database is 10 g
    SQL is SELECT
        a.vendor_cd, a.inv_no, a.tape_no, a.client_no,
        a.sum_stax, a.misc_batch_no, c.vendor_name,
        d.message1, d.message2, d.message3
    FROM
        ari.accepted_inv_hd a,
        ari.ata_vendor_nbr b,
        ari.vendor c,
        ari.tax_exempt_report d
    WHERE
        a.vendor_cd = b.vendor_type AND
        a.client_no = d.client_no AND
        b.vendor_pk = c.vendor_pk AND
         a.vendor_cd = 'LS' AND
         a.tape_no = 'LS08315' AND
         a.misc_batch_no = 'MISC112108' AND
        a.client_no IN (SELECT client FROM ari.nc_state_tax_exempt) AND
        a.sum_stax <> 0 and
        c.country_code = 'U' AND
        a.stax_deduct_flag = 'Y'
    Please help .
    John

    I solved the issue Myself
    Thanks

  • Printing chinese w/ Java Print Service API become garbled characters

    I'm using XP platform and I've a plain text file on my drive.
    Now, what I want to do is, to read the text file in, then print it, that's all.
    However, the printout become messy, just some garbled characters.
    I did try to change quite a different ways to read the file, but the printout is still messy.
    Is there anything wrong? Can somebody give me a help?
    package com.ysf.document.client.ups;
    import java.io.FileReader;
    import java.io.IOException;
    import javax.print.*;
    import javax.print.attribute.*;
    public class Class1
       public static void main(String[] args)
          String filename = "c:\\temp\\abcd.txt";
          DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
          PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
          // locate a print service that can handle it
          PrintService[] pservices = PrintServiceLookup.lookupPrintServices(flavor, aset);
          // create a print job for the chosen service
          int printnbr = 1;
          DocPrintJob pj = pservices[printnbr].createPrintJob();
          try
             int c;
             FileReader f = new FileReader(filename);
             StringBuffer buffer = new StringBuffer();
             c = f.read();
             while (c != -1)
                buffer.append((char) c);
                c = f.read();
             Doc doc = new SimpleDoc(buffer.toString().getBytes("BIG5"), flavor, null);
             pj.print(doc, aset);
          } catch (IOException ie)
             System.err.println(ie);
          } catch (PrintException e)
             System.err.println(e);
    }

    For #1, indeed, it's my overlook, I've corrected it already.
    For #2, it shows, java.lang.ArrayIndexOutOfBoundsException: 1.
    It's mainly because my printer do not support this flavor.
    My printer supports only:
    image/gif
    [B OR java.io.InputStream OR java.net.URL
    image/jpeg
    [B OR java.io.InputStream java.net.URL
    image/png
    [B OR java.io.InputStream OR java.net.URL
    application/x-java-jvm-local-objectref
    java.awt.print.Pageable OR java.awt.print.Printable
    application/octet-stream
    [B OR java.net.URL OR java.io.InputStream
    Up to now, still no solution to it. Anybody help.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Converting garbled characters for JAPANESE characters in a custom table

    Hi all,
    I have a custom table that store Japanese characters.
    After my company has upgraded to ECC6.0, this data in the custom table has become garbled and its alot of it garbled.
    Is there any SAP tool that can I use to make the correction on those garbled Japanese characters?
    Thanks,
    William Wilstroth

    Hi Nils,
    I really really really had a field day reading and testing around UC... To my dissappointment, I do not have the authorization to use SUMG and SCP too as well as a few of the TCODES...
    I finally told my higher level technical mgnt. that this table might need some changes...
    Has this problem of mine got anything to do with MDMP since its no longer supported in ECC6 and I found one coding that search for MDMP in RSVTPROT...
    My colleagues suggest that the data be corrected from table DBTABLOG... which i find, in my opinion, is not the right way...
    Thanks,
    William

  • Junk characters in output print. Is it related to User profile?

    Hi friends,
    My user generated Invoices using MRRL and generated output using MR90.
    Spool created for these invoices. But in the print, we are getting some lines with junk characters. It looks like chinese characters.
    1. If I see the Spool print preview, still I see the junk characters. That means there is no problem with printer. And it should be a problem either with Output triggering or MR_PRINT form.
    Important this is that, user facing this problem from yesterday only. Earlier to that everything was fine.
    Are there any chances of this problem due to User profile?
    In MIR4 transaction, in the Header output messages. I find in the Menu Edit -> Repeat output. But this is disabled for me. How to enable this?
    Thanks in advance.
    Regards,
    AK

    Lesson learned: Always go and check SPAD (devices) if you face any printer issues. My issue was because the Basis has changed some settings in SPAD for LOCL device

  • XmlSaveDom unresolved symbol, and special characters in output...

    I have a couple of issues with XmlSaveDom() that I'm hoping someone can help with...
    Firstly, under windows I'm having difficulty locating the library that it lives in. I'm linking to:
    oraxml10.lib (from the 10.1.0.2 XDK, the latest version I can find) and oci.lib (from the 10.2 client)...but getting an unresolved symbol on XMLSaveDom().
    I'm using the XDK because under windows I only have a client install which does not appear to have any of the XML headers or libraries in it. I'm using
    10.1.0.2 because it's the latest version I can find to download from technet.
    Secondly, under Solaris I'm just linking to libclntsh.so from 10.1.0.2 server home, and this resolves XMLSaveDom() ok. However when I use XMLSaveDom() I find unusual special characters in the output periodically:
    ÿ¾Ý <SOME_TAG>some_value</SOME_TAG>
    The strange character sequence is always the same.
    Any help with either of these would be greatly appreciated.

    The DOM is not required to escape the characters, so it is correct that you get the literal ampersand characters when you ask the DOM for a getNodeValue().
    When an XML document is serialized -- using, for example, the XMLDocument.print() method -- it is when this external form of the document is produced that escaping occurs.
    You can always call XMLNode.print() to serialize the value of a node and it's children into a PrintWriter that wraps a StringWriter to get the string equivalent of the properly escaped values.

  • Report displaying Arabic characters in output as junk characters

    Hi
    We have few Arabic reports which are giving output as junk characters. Below are version details
    EBS Version : 11.5.10
    Reports : Oracle 6i
    Database : 10g
    Any pointers how to resolve this issue
    Thank You
    Arjun

    may be font is not available in client side
    or
    database is not configured unicode
    thanks
    mostafiz mitul
    Dhaka Bangladesh

  • Preserving XML "special" characters in output

    I've got a valid XML document that may contain special characters, such as ampersands. These characters are properly escaped in the document (i.e., + is represented as amp; ). When I parse this document (using either the Java V2 parser or the PL/SQL parser) and then retrieve the values from a DOM using getNodeValue, I get the un-escaped version () and I need the escaped version (+amp;) so that I can store it in a database and load it back into a DOM at a later date.
    What am I missing here? Is there a property on the parser/DOM that I can set so that the characters are not translated on output.
    Thanks
    mark
    Note: I've used + in the above example instead of the ampersand character because of the vagaries of my browser, but the character in the XML document is a proper ampersand!

    The DOM is not required to escape the characters, so it is correct that you get the literal ampersand characters when you ask the DOM for a getNodeValue().
    When an XML document is serialized -- using, for example, the XMLDocument.print() method -- it is when this external form of the document is produced that escaping occurs.
    You can always call XMLNode.print() to serialize the value of a node and it's children into a PrintWriter that wraps a StringWriter to get the string equivalent of the properly escaped values.

  • How to convert characters in output

    Hello
    I try to write output that automatically converts special characters in simpler versions. Like � to n, � to e, etc.
    I use the structure:
    FileOutputStream fo = new FileOutputStream("output.txt");
    OutputStreamWriter ow = new OutputStreamWriter(fo,"character-encoding");
    ow.write(String,0, String-length);
    But, I do not find a character set that converts the characters in what I want. Instead, all unknown characters come out as ?
    I tried it with ISO8859-1, ISO-8859-15, US-ASCII, ASCII, Cp1252, Cp500 ...
    Is it possible at all what I try or is any unknown character always converted in a question mark?
    Regards, Jan

    Is it possible at all what I try
    Only if you replace the characters yourself. There is no relation between the characters &ntilde; and n, or &eacute; and e, apart from the typography. No general way to "remove" the accent/diacretical mark/umlaut/whatever exists.
    or is any unknown character always
    converted in a question mark?That seems to be the case with character encodings in Java.

  • Strange characters in output when using

    We are using xsql and xsqlrequest class
    when I use xsql I get the following result
    Media Type: VCCD1
    Price: 3708.72
    when I use XSQLRequest I get the following result
    Media Type: VCCD1
    Price: 3708.72B B
    B: This character is coming out of nowhere.
    We are using weblogic5.1
    The following code also introduces these characters in the output:
    private XSLProcessor XSLProc = new XSLProcessor();
    XSLProc.processXSL(xsl, (XMLDocument)doc, new PrintWriter(out));

    Does your stylesheet have an encoding="..." attribute in its <xsl:output> ?
    Are you using 2.0.2.9 version?
    Thanks.

Maybe you are looking for

  • Macbook pro wont sleep after ram upgrade

    Hi, I have a 17" Macbook pro late 2011. I upgraded the ram from 8gb to 16gb last week and now I having trouble with sleep. When the laptop goes to sleep it always to seems to go into hibernation mode. When I open the lid I can only wake the computer

  • Search for users and non-ASCII characters

    I am having a little issue with the "Accounts - Find Users" functionality. The search breaks on what I assume is non-ASCII characters (we use the following three up here in Denmark: �, �, �). To be precise, I have a user with the first name "J�rgen".

  • No Broadband Connection

    Last night at around 10:30 pm my broadband connection stopped and the light on the Homehub went out... We have been having very slow speed issues for over 2 months now so I don't know if this has something to do with it? Any help would be great as I

  • Taskflow activities and Bindings and Data control usage

    Hi, I have the following use-case; I have a bounded task flow and I sometimes add new activities (method call, view, ...). For each of them JDeveloper creates seperate page definitions. I noticed that sometimes the bindings (iterator, method, attribu

  • View of views, what will speed faster or slower why ?

    we can create view of view.But will it work faster or it will be slower. Can any one tell me the reasons.