Get rid of special characters "^@"

hi,
i used method tostring to convert a double into string and have written in a file,
while i try to open the file in shell(unix), it shows some special characters as follows,
^@0^@.^@0^@4^@3^@7^@4^@0^@7^@
^@0^@.^@0^@3^@1^@3^@1^@9^@2^@
^@0^@.^@0^@1^@6^@5^@0^@2^@9^@
^@0^@.^@0^@0^@3^@1^@8^@5^@5^@1^@
in between each numbers, when i open the same file in textedit it shows as follows,
0

Specify the character encoding used to write the file, and use an editor that can display the file in that same encoding.

Similar Messages

  • Problem to get file with special characters in the message

    Hi, I'm developing an application that read the email and save the attached file. However, some files have special characters in the name, like: Documento de EspecificaÇÂO.doc
    I noticed the de name of the file in de message head is:
    "=?iso-8859-1?Q?Documento_de_Especifica=E7=E3o.doc?="
    I'm already using the JavaMil 1.4.5
    Tha is my code:
    package br.com.cesan.helpdesk;
    import java.io.BufferedInputStream;
    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.util.Properties;
    import javax.mail.Flags;
    import javax.mail.Folder;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Multipart;
    import javax.mail.Part;
    import javax.mail.Session;
    import javax.mail.Store;
    import javax.mail.search.FlagTerm;
    public class LerEmail2 {
         * @param args
         * @throws MessagingException
         * @throws IOException
         public static void main(String[] args) throws MessagingException, IOException {
              // TODO Auto-generated method stub
              // Get session
         Session session = Session.getInstance(new Properties(), null);
         // Get the store
         Store store = session.getStore("pop3");
         store.connect("pop.xxxxx.com.br", "user", "password");
         Folder folder = store.getFolder("INBOX");
              //folder.open(Folder.READ_ONLY);
              folder.open(Folder.READ_WRITE);
              // Show only unreaded Messages
              FlagTerm ft = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
              // Get directory
         Message message[] = folder.getMessages();     
         //Message messages[] = folder.search(ft);
         for (int i=0, n=message.length; i<n; i++) {
              System.out.println(i + " - "+ message.getSubject() +" - " + message[i].getSentDate() );
              Object content = message[i].getContent();
              if (content instanceof Multipart) {
         handleMultipart((Multipart)content);
         } else {
         handlePart(message[i]);
         // Close connection
         folder.close(false);
         store.close();
         public static void handleMultipart(Multipart multipart) throws MessagingException, IOException {
              for (int i=0, n=multipart.getCount(); i<n; i++) {
                   handlePart(multipart.getBodyPart(i));
         public static void handlePart(Part part) throws MessagingException, IOException {
              String disposition = part.getDisposition();
         String contentType = part.getContentType();
         if (disposition == null) { // When just body
              System.out.println("Null: " + contentType);
              // Check if plain
              if ((contentType.length() >= 10) && (contentType.toLowerCase().substring(0, 10).equals("text/plain"))) {
                   part.writeTo(System.out);
              } else { // Don't think this will happen
                   System.out.println("Other body: " + contentType);
                   part.writeTo(System.out);
         } else if (disposition.equalsIgnoreCase(Part.ATTACHMENT)) {
              System.out.println("Attachment: " + part.getFileName() + " : " + contentType);
              saveFile(part.getFileName(), part.getInputStream());
         } else if (disposition.equalsIgnoreCase(Part.INLINE)) {
         System.out.println("Inline: " +
         part.getFileName() +
         " : " + contentType);
         saveFile(part.getFileName(), part.getInputStream());
         } else {  // Should never happen
         System.out.println("Other: " + disposition);
         public static void saveFile(String filename, InputStream input) throws IOException {
              if (filename == null) {
                   filename = File.createTempFile("xx", ".out").getName();
              // Do no overwrite existing file
              File file = new File(filename);
              for (int i=0; file.exists(); i++) {
                   file = new File(filename+i);
              System.setProperty("file.encoding", "iso-8859-1");
              FileOutputStream fos = new FileOutputStream(file);
              BufferedOutputStream bos = new BufferedOutputStream(fos);
              BufferedInputStream bis = new BufferedInputStream(input);
              int aByte;
              while ((aByte = bis.read()) != -1) {
                   bos.write(aByte);
              bos.flush();
              bos.close();
              bis.close();
    The problem occurs in:
    FileOutputStream fos = new FileOutputStream(file);
    BufferedOutputStream bos = new BufferedOutputStream(fos);
    BufferedInputStream bis = new BufferedInputStream(input);
    int aByte;
    while ((aByte = bis.read()) != -1) {
    bos.write(aByte);
    Thanks
    Edited by: user10283976 on 30/03/2012 07:36
    Edited by: user10283976 on 30/03/2012 07:37
    Edited by: user10283976 on 30/03/2012 07:37
    Edited by: user10283976 on 30/03/2012 07:38
    Edited by: user10283976 on 30/03/2012 07:40
    Edited by: user10283976 on 30/03/2012 07:41
    Edited by: user10283976 on 30/03/2012 07:42

    http://www.oracle.com/technetwork/java/javamail/faq/index.html#encodefilename

  • How do I get rid of "SPECIAL SAVINGS"? I WANT IT GONE!!!

    Your system installed an add-on called "SPECIAL SAVINGS" without my authorization or request. There is no DELETE or DISABLE button. I want this thing gone.
    As I have been using Firefox for years, I hope that my only option to get rid of this ILLEGAL SALES TOOL is not the deletion of Firefox from all of the computers in our company. However, if that is the only method of removing this thing, I WILL!
    While it is an annoyance to force all of our people to learn a new browser, PUSH SALES ADD-ON's which were NOT REQUESTED or AUTHORIZED are far worse.
    Hopefully you will be able to tell me how to get rid of this thing.

    Sorry, that thing didn't come with Firefox or from Mozilla.
    Without more information about that "add0on" I can't even start to search for a possible fix, since "Special Savings" seems to be a very common term from a Google search of same.
    Maybe it is some form of Malware that would be recognized by the most popular ant-malware tools?
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • How do I get rid of the characters dialog box?

    Concise problem statement: Clicking "Special Characters..." in the Edit menu does nothing at the time of click, but now the "Characters" dialog, with nothing in it, will not go away!
    Steps to reproduce problem:
    1.Open Adobe Reader
    2.Click "Edit"
    3.Click "Special Characters..."
    Results: Nothing at the time, but every time I click in any other application, and even in Reader, the "Characters" dialog pops up briefly, with no close button and nothing in it but a title, and disappears again. Then I have to wait a second for my cursor to appear in the application I was trying to access. If I click away from this text box, it will come up.  If I click back in the text box, it will come up and I have to wait for the cursor before I can start typing.  I have closed Adobe Reader, but the dialog still pops up.  Shut down and restarted, but it still shows up. Uninstalled Reader and restarted, reinstalled Reader and restarted, opened and closed Reader and restarted, even tried to click to same menu item in the hopes that something I could DEAL with would open, and restarted AGAIN.  Still the dialog pops up even when I have just restarted and haven't opened Reader.  Reader is not in my "Start Up" apps.
    I cannot use my computer with this dialog interrupting every action!

    What is your operating system?  Reader version?
    I cannot see any "Special Characters..." option in my Reader version (11.0.6) on Windows:

  • Cyrllic characters getting converted to special characters.

    I am facing a problem when cyrillic character is being sent from JSP to servlet ,its getting converted into some other special character.I am using request.setCharacterEncoding("UTF-8") on servlet.And on jsp I am using <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>.I am facing this problem both in JBoss and Websphere application server.
    Please help me in solving this problem.

    How do you send the characters - using POST?
    I have tried both ie get and post.....
    Can you post the code in your servlet that you use to retrieve and display the Cyrillic characters in question?
    Just using request.getParameter() to get the value...It is showing question marks ie ??????
    And finally, can you post an example of a Cyrillic string and the corresponding incorrect string you see in the servlet?
    Can post cyrllic characters here...:-) But I am giving normal characters only...
    It started working in websphere when I changed the jvm settiings ie I gave encoding scheme to jvm also.But still it is not working for JBoss4.0.2.
    Any help will be highly appreciated.

  • SO_NEW_DOCUMENT_ATT_SEND_API1 sending pdf with wrong special characters

    Hi Experts,
    Im using the fm SO_NEW_DOCUMENT_ATT_SEND_API1 to send out a pdf (into sap office box). But when I open it
    I get totally wrong special characters (Chinese for instance, and ' is replaced by #).
    I have already applied the note 1430123 but it didnt resolve the issue.
    Can anybody help on this?
    Help will highly appreciated.
    Hubert

    Yes. This is very much possible.
    gv_xstring contains the pdf data in XSTRING format.
    Check the code :
    *   ---------- create persistent send request ----------------------
      send_request = cl_bcs=>create_persistent( ).
    *   ---------- Create document ----------------------------------------
    *   get PDF xstring and convert it to BCS format
      lp_pdf_size = XSTRLEN( gv_xstring ).
      pdf_content = cl_document_bcs=>xstring_to_solix(
          ip_xstring = gv_xstring ).
    *     Create Mail Body
      CLEAR ls_body.
      CONCATENATE 'Dear' gv_name1 ',' INTO ls_body SEPARATED BY space .
      APPEND ls_body TO lt_body.
      CLEAR ls_body.
      APPEND ls_body TO lt_body.
      CLEAR ls_body.
      ls_body = 'Warm greetings '.
      APPEND ls_body TO lt_body.
      CLEAR ls_body.
      ls_body = 'Manager'.
      APPEND ls_body TO lt_body.
      document = cl_document_bcs=>create_document(
                      i_type    = 'RAW'
                      i_text    = lt_body
    *                  i_length  = '12'
                      i_subject = 'Letter' ).
    **   Add Attachment to send request
      CALL METHOD document->add_attachment
        EXPORTING
          i_attachment_type    = 'PDF'
          i_attachment_subject = 'Letter'
          i_att_content_hex    = pdf_content.
    *     add document to send request
      CALL METHOD send_request->set_document( document ).
    *   ---------- add recipient (e-mail address) ----------------------
      IF gv_adrnr IS INITIAL.
        SELECT SINGLE adrnr
          FROM kna1
          INTO gv_adrnr
         WHERE kunnr EQ gv_kunrg.
      ENDIF.
      SELECT SINGLE smtp_addr
        INTO lv_email
        FROM adr6
       WHERE addrnumber EQ gv_adrnr.
      recipient = cl_cam_address_bcs=>create_internet_address(
          i_address_string = lv_email ).
    *   add recipient to send request
      send_request->add_recipient( i_recipient = recipient ).
    *   ---------- send document ---------------------------------------
      sent_to_all = send_request->send(
          i_with_error_screen = 'X' ).
      IF sent_to_all = 'X'.
    *    MESSAGE i022(so).
        gv_emailflag = 'X'.
      ENDIF.
    *   ---------- explicit 'commit work' is mandatory! ----------------
      COMMIT WORK.

  • Apply embedded fonts to special characters in spark textArea using tlf

    By setting fontfamily directly to textarea in mxml fonts get applied to special characters. But using tlf and setting fontfamily it does not apply.
    style.css ::
    @font-face
        src: URL("/Assets/Fonts/GandhariUnicode-Bold.otf");
        fontFamily: "GandhariUnicode-Bold";
        embedAsCFF: true;
    snippet of source code ::
    textArea.textFlow.interactionManager.selectRange(beginIndex, endIndex);
    var textLayoutFormat:TextLayoutFormat = getTextLayoutFormat();
    textLayoutFormat.fontLookup = FontLookup.EMBEDDED_CFF;
    textLayoutFormat.fontFamily ="GandhariUnicode-Bold";   
    textLayoutFormat.renderingMode = RenderingMode.CFF;

    Please try the code as follows.
    (1)
    [Embed(mimeType="application/x-font", exportSymbol="GandhariUnicode-Bold", embedAsCFF="true", fontWeight="bold", source="Assets/Fonts/GandhariUnicode-Bold.otf", fontName="gandhariUnicode-Bold")]
    var GandhariUnicode-Bold:Class;
    var textLayoutFormat:TextLayoutFormat = new TextLayoutFormat();
    textLayoutFormat.fontLookup = FontLookup.EMBEDDED_CFF;
    textLayoutFormat.fontFamily ="gandhariUnicode-Bold";   
    textLayoutFormat.renderingMode = RenderingMode.CFF;
    textArea.textFlow.hostFormat = textLayoutFormat;
    textArea.textFlow.flowComposer.updateAllControllers();
    Or (2)
    [Embed(mimeType="application/x-font", exportSymbol="GandhariUnicode-Bold", embedAsCFF="true", fontWeight="bold", source="Assets/Fonts/GandhariUnicode-Bold.otf", fontName="gandhariUnicode-Bold")]
    var GandhariUnicode-Bold:Class;
    textArea.textFlow.fontLookup = FontLookup.EMBEDDED_CFF;
    textArea.textFlow.fontFamily ="gandhariUnicode-Bold";   
    textArea.textFlow.renderingMode = RenderingMode.CFF;
    textArea.textFlow.flowComposer.updateAllControllers();

  • CHeck Special Characters

    Hi everybody,
    right now iam working on form CHek.let me need some info where can i get info of special characters which are in MICR format at bottom of chek).
    please let me know its very urgent.
    Thanks & reagrds..
    Anil.T

    Chek the following SAP docu link and OSS note references:
    http://help.sap.com/saphelp_erp2004/helpdata/en/b7/2326ceac7e11d299750000e83dd9fc/frameset.htm
    Regards
    Sridhar

  • Oracle SQL query for getting specific special characters from a table

    Hi all,
    This is my table
    Table Name- Table1
    S.no    Name
    1          aaaaaaaa
    2          a1234sgjghb
    3          a@3$%jkhkjn
    4          abcd-dfghjik
    5          bbvxzckvbzxcv&^%#
    6          ashgweqfg/gfjwgefj////
    7          sdsaf$([]:'
    8          <-fdsjgbdfsg
    9           dfgfdgfd"uodf
    10         aaaa  bbbbz#$
    11         cccc dddd-/mnm
    The output has to be
    S.no    Name
    3          a@3$%jkhkjn
    5          bbvxzckvbzxcv&^%#
    7          sdsaf$([]:'
    8          <-fdsjgbdfsg
    10         aaaa  bbbbz#$
    It has to return "Name" column which is having special characters,whereas some special chars like -, / ," and space are acceptable.
    The Oracle query has to print columns having special characters excluding -,/," and space
    Can anyone help me to get a SQL query for the above.
    Thanks in advance.

    You can achieve it in multiple ways. Here are few.
    SQL> with t
      2  as
      3  (
      4  select 1 id, 'aaaaaaaa' name from dual union all
      5  select 2 id, 'a1234sgjghb' name from dual union all
      6  select 3 id, 'a@3$%jkhkjn' name from dual union all
      7  select 4 id, 'abcd-dfghjik' name from dual union all
      8  select 5 id, 'bbvxzckvbzxcv&^%#' name from dual union all
      9  select 6 id, 'ashgweqfg/gfjwgefj////' name from dual union all
    10  select 7 id, 'sdsaf$([]:''' name from dual union all
    11  select 8 id, '<-fdsjgbdfsg' name from dual union all
    12  select 9 id, 'dfgfdgfd"uodf' name from dual union all
    13  select 10 id, 'aaaa  bbbbz#$' name from dual union all
    14  select 11 id, 'cccc dddd-/mnm' name from dual
    15  )
    16  select *
    17    from t
    18   where regexp_like(translate(name,'a-/" ','a'), '[^[:alnum:]]');
            ID NAME
             3 a@3$%jkhkjn
             5 bbvxzckvbzxcv&^%#
             7 sdsaf$([]:'
             8 <-fdsjgbdfsg
            10 aaaa  bbbbz#$
    SQL> with t
      2  as
      3  (
      4  select 1 id, 'aaaaaaaa' name from dual union all
      5  select 2 id, 'a1234sgjghb' name from dual union all
      6  select 3 id, 'a@3$%jkhkjn' name from dual union all
      7  select 4 id, 'abcd-dfghjik' name from dual union all
      8  select 5 id, 'bbvxzckvbzxcv&^%#' name from dual union all
      9  select 6 id, 'ashgweqfg/gfjwgefj////' name from dual union all
    10  select 7 id, 'sdsaf$([]:''' name from dual union all
    11  select 8 id, '<-fdsjgbdfsg' name from dual union all
    12  select 9 id, 'dfgfdgfd"uodf' name from dual union all
    13  select 10 id, 'aaaa  bbbbz#$' name from dual union all
    14  select 11 id, 'cccc dddd-/mnm' name from dual
    15  )
    16  select *
    17    from t
    18   where translate
    19         (
    20            lower(translate(name,'a-/" ','a'))
    21          , '.0123456789abcdefghijklmnopqrstuvwxyz'
    22          , '.'
    23         ) is not null;
            ID NAME
             3 a@3$%jkhkjn
             5 bbvxzckvbzxcv&^%#
             7 sdsaf$([]:'
             8 <-fdsjgbdfsg
            10 aaaa  bbbbz#$
    SQL>

  • Some special characters getting replaced by ? in TOAD

    Hi,
    I am using TOAD for updating a few records in the DB. Some special characters (non-english) like Staříč get replaced by Sta?í? in TOAD. I tried to set the characer set to default and East Europe under Editor Options, but it still doesn't work.
    Any suggestions?

    i) Verify your DB characterset can handle these characters
    ii) Verify that the correct values are being stored (use dump function)
    iii) Verify that NLS_CLient settings match NLS_Server settings
    iii) Verify that this is not a windows display issue. ie Windows has been set up to display these characters.
    One suggestion is to use OracleSQLDeveloper. You won't have any display issues then. :)
    I use it to display arabic charcters and I don't need any registry changes etc
    Edited by: Keith Jamieson on Dec 8, 2008 10:47 AM

  • Problem with special characters getting converted into '#'  in portal

    Hi All,
    The special characters like " - ", " ' ", " ` ",  are getting converted into '#' when the smartform is displayed in portal.
    I have a smart form in which the text contains the above special characters and they are getting displayed as  ' # ', when the form is invoked in portal. We are not able to trace the problem.
    I need your input on this ASAP.
    Thanks in Advance,
    Sowmya

    This could be caused by conversion routine on the field.
    in sapscript, can use &FIELD-NAME(K)& to ignore conversion routine
    To see this and other options, in text edit of script select menu option Insert>Symbols>New  and then type field name and select desired check box options - field will be placed in script with relevant formatting characters
    Andrew

  • I have set up my work Exchange email/calendar. After setting up I am getting passcode expired message and asking for changing the passcode with a 16   digit and 4 special characters. No combination of numberic, alphanumeric, special characters works. Help

    I have set up my work Exchange email/calendar. After setting up I am getting passcode expired message and asking for changing the passcode with a 16 +  digit and 4 special characters. No combination of numberic, alphanumeric, special characters is working. Help!!

    I have set up my work Exchange email/calendar. After setting up I am getting passcode expired message and asking for changing the passcode with a 16 +  digit and 4 special characters. No combination of numberic, alphanumeric, special characters is working. Help!!

  • Special characters in XML structure when prepared using String

    Hi,
       I am preparing an XML structure using 'String'. I print the prepared XML structure in the server log. Issue is that I am seeing extra characters([[ and ]]) that I am not printing.
    Please let me know how to get rid of those.
    Code Excerpt
            String xmlHeader = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>";
            String lsb_xmlcon = xmlHeader;
            logger.info("ReqXMLString Process  1  --->" + lsb_xmlcon);
            lsb_xmlcon = lsb_xmlcon +("\n");
            logger.info("ReqXMLString Process  1.1  --->" + lsb_xmlcon);
            lsb_xmlcon = lsb_xmlcon +("<REQUEST>");
            lsb_xmlcon = lsb_xmlcon +("\n");
            logger.info("ReqXMLString Process  1.2  --->" + lsb_xmlcon);
    Log
    ReqXMLString Process  1  ---><?xml version="1.0" encoding="utf-8" ?>
    ReqXMLString Process  1.1  ---><?xml version="1.0" encoding="utf-8" ?>[[
    ReqXMLString Process  1.2  ---><?xml version="1.0" encoding="utf-8" ?>[[
    <REQUEST>
    Thanks,
    Message was edited by: 996913
    This issue is observed only while running the code in server, not from Jdev.
    When we append the additional tags without new line character, "\n", there are no extra characters being added. Also, in other case also. where we used "Marshaller" to prepare the XML, we have seen this issue.
    After we set the below property to false, we got rid of the extra characters.
                            jaxbMarshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, false);
    Apparently the insertion of new line when the code runs on server(Weblogic 10.3.6.0) is creating the issue.
    Please let me know if anyone has come across a similar scenario.
    Thanks,

    I am building this XML in a servlet so ,right, DOM does process XML (even though a valid HTML file can be loaded into a DOM object) but if you build XML using DOM then write the XML out using PrintWriter and Transformer objects this will cause the XML to print out in your browser. If you view source on this XML you will see that the DOM object has translated all special characters to there &xxxx; equivalent. For a example: when the string (I know "cool" java) gets loaded into a attribute using the DOM object then wrote back out it looks like (I know &xxx;cool&xxx; java) if you view the source in your browser. This is what it should do, but the DOM object is not change the � to the "&xxxxx;". This servlet is acting as a gateway between a Java API and a windows asp. The asp will call the servlet expecting to get XML back and load it directly into a DOM object. When the windows DOM object gets the xml that I am returning in this servlet is throws a exception "invalid character" because the � was not translated to &xxxx; like the other characters were. According to the book HTML 4 in 24 hours (and other references) the eacute; or #233; are how you say "�" in HTML or XML. How do you say it?

  • Special Characters while loading xml file in rtf template

    Hello,
    We use Oracle BI Publisher Enterprise to develop and publish reports. I am self taught and I am used to developing reports the following way
    1) Write SQL query
    2) View the Data format and copy the xml from the browser
    3) put in in textpad and use block mode to get rid of the hyphens
    4) save the xml on the desktop
    6) Now start a new rtf and go to plugins and load xml data
    7) load the xml data and then generate a tabular or cross tab report using the toolbar in plugins
    Now in step 6 when I try to load the xml data I am getting an error because some of the data elements have '<' or '>' than signs.
    What are my options now and how do I fix the xml to escape or put cdata sections around the special characters? Is there a better way to develop reports using the GUI?
    Thanks

    Hello,
    We use Oracle BI Publisher Enterprise to develop and publish reports. I am self taught and I am used to developing reports the following way
    1) Write SQL query
    2) View the Data format and copy the xml from the browser
    3) put in in textpad and use block mode to get rid of the hyphens
    4) save the xml on the desktop
    6) Now start a new rtf and go to plugins and load xml data
    7) load the xml data and then generate a tabular or cross tab report using the toolbar in plugins
    Now in step 6 when I try to load the xml data I am getting an error because some of the data elements have '<' or '>' than signs.
    What are my options now and how do I fix the xml to escape or put cdata sections around the special characters? Is there a better way to develop reports using the GUI?
    Thanks

  • Special Characters problem in PI 7.1

    Hi,
    We have simple integration from R3 to JMS. from R3, idocs contain special characters, and they are getting converted in to different chanracters in integration engine. So making the output data currupted.
    I tested the same message in mapping test tool and the target message contains actual special charcters. Below is the example,
    Input: 
    i was thinking of using XMLAnonymizer, but the problem is in integration engine itself. I can see invalid output in SXMB_MONI.
    so could some one help me how can i fix this issue?
    Many thanks in advance.
    Regards,
    Prasad..

    Hello,
    Please check this document to sort out your issue:
    How to Work with Character Encodings in Process Integration (NW7.0):
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42
    Br,
    Dzmitry

Maybe you are looking for