German special characters are not returned from catalog

When the german special characters are part of the descrition of the article from the the catalog (external). ( reaching catalog from PM order components screen)
It returns '#' in place german special characters ö ('Umlet') . This is because of the initial charset from the HTML page. How do we get the correct charset of the loaded HTML page.
But when we execute the same through WTS the german characters are correctly returned but charset is incorrect. Can someone help me to resolve this?

Hi ,
Can you pls check the customization OCI interface Convert of HTML fields to SAP Fields where in you maintained the text, which is inturn mapped to conversion module in the customization for example IOCI_DESCRIPTION_W.
Regards
Satish

Similar Messages

  • Special characters are not shown in compare document report in Acrobat X

    Hi All,
    I have a pdf document which is having some special characters like üὄ. Now I have updated the document with few corrections and while compare document in Acrobat X special characters are not shown in the report.
    Can any one please look into this and give suggestion.

    Hi Steve,
    Thanks for your reply.
    Platform - PC
    Application - 3B2 and Acrobat 9
    So far we have seen this kind of issue in only one document. In the below screenshot you can see 2 pdf files, the right side one is my MS pdf and the left side one is the exported pdf from 3B2 application both the files having the special characters such as . I just did the text comparison however both   and  is missing in the exported pdf but the reports shown the changes for  characters only wherever the  charactes is missing the report not shown the changes properly(See highlighted in yellow).
    Please let me know if you need more deatails.

  • Reg:special characters are not priniting while selecting the CS language

    Hi All,
    When I am trying to print in CS language some special characters are not printing.
    Even when I was trying to create the entries in TTDGT table ,these special characters are not created
    ( příkazu) here r & i are the special characters. instead of special characters simply r and i were created .
    Could you please advice me on this how to resolve this .
    Regards,
    S.chaitanya.

    Hello Chaitu,
    I think you are working on scripts and trying to create the Script in different language?
    However, try to copy the text in CS and paste it in STandard Text. If it is not displaying properly then Try to log in to the same language and try to paste that Text in the STanard text So10. If it appears properly then your issue is fixed.
    Please let me know if the issue is while printing the Script form, i mean are you able to view it properly in the Print preview...?
    If this is the issue then it is not an issue at your end user needs to check whether his printer is supporting their langauge or not.
    Also check with the related language package . for ex I had worked on the Script form and tried to convert it into chinese i faced the same issue so when i checked with the System Admin he installed Asian Langauge Package in my system. After that I was able to convert the script into Chinese properly.
    Hope this will be helpful..
    Regards,
    Kittu

  • Polish characters are not retrived from request object

    Hi
    I have a problem in passing POLISH character through request object.
    I am calling a servlet from a jsp with a hyper link. when the link in jsp is clicked the following code will be executed
    response.sendRedirect(response.encodeURL("http://hostname:8080/appName/abc.do?method=getReport&FirstName=Ko�tun&LastName=Pro�ciak"));
    this code is passing two POLISH strings First Name & Last Name to the servlet.
    In the servlet i am trying to retrieve the values of the parameters "FirstName" & "LastName".
    Sring FN=request.getParameter("FirstName");
    String LN=request.getParameter("LastName");
    The variable FN & LN doesn't show the POLISH character in servlet.
    I tried with the below option in JSP
    <meta content="text/html; charset=ISO-8859-2" > (or)
    <meta content="text/html; charset=UTF-8" >
    (or)
    <%@ page contentType="text/html;charset=ISO8859_2" %>
    (or)
    <%@ page contentType="text/html;charset=UTF-8" %>
    In Servlet i tried using
    request.setCharacterEncoding("ISO-8859-2");
    (or)
    request.setCharacterEncoding("UTF-8");
    Pl help me.
    Thanks in advance

    Don't do it then. Those characters are not allowed inside a URL and have to be encoded. You know, that %... stuff.

  • Special characters are not being displayed normally after recent update.

    FF messed up with that recent update. Special characters are now not being displayed properly - they somehow stretch the whole line where they are posted. It was fine before
    I.E.:
    http://www.discogs.com/artist/%E2%84%91%E2%8A%87%E2%89%A5%E2%97%8A%E2%89%A4%E2%8A%86%E2%84%9C
    ℑ⊇≥◊≤⊆ℜ
    Here you can see what I mean (Opera & FF screenshots), Opera has no problems with them, see highlighted:
    http://img525.imageshack.us/img525/3897/image16m.jpg
    Thanks

    Which version were you using before?
    Some font issues may be caused by graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You can disable it, but 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.).
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    Does that make any difference?

  • German special Characters ( umlaut) not displaying in WebI

    Hi There,
    i'm working with on BO XI R2 SP3 installed on Solaris.
    I have problems with special german characters(umlaut) like ü, ö, ä. They are not being displayed correctly in Webi; actually they are displayed following this logic ü = u, ö = o, ä = a.
    The problem is that when i'm using a string containing one of those in the filter conditions, the query so generated returns empty results because is not matching the data in the database.
    Is there any way to display umlaut in the report result and in the LOV, as they are in the database?
    Please any suggestion is more than welcomed.
    Pierluca

    Hi,
    Could you please follow the below steps:
    1>     Check if you have international language support pack installed on Bo server. Check if you have Arialuni.ttf under fonts file under Windows directory on BO Server.
    2>     Specify Arialuni.ttf file name in fontaliases.xml under <bo installation>\fonts\
    3>     Connectivity modification
    Oracle 9
    a> Modify oracle.sbo file under
    Windows
    u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\oracleu201D
    Under the corresponding target database engine, add the Unicode parameter with the UTF8 value as specified below;
            <DataBase Active="Yes" Name="Oracle 9">
              <Parameter Name="Library">dbd_oci9</Parameter>
              <Parameter Name="Unicode">UTF8</Parameter>
            </DataBase>
    You can do the modification under the DEFAULT section. This applies for all target databases.
    b>     Windows: Modify NLS_LANG setting in Registry
    Under Oracle/HOME0 folder, you can find NLS_LANG definition
    Default setting is(example in UK English):
         ENGLISH_UNITED KINGDOM.WE9ISO8859P 15
    Changed to:
         ENGLISH_UNITED KINGDOM.UTF8
    MS SQL Server 2000
    a>     Modify odbc.sbo file under
    u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\odbcu201D
    Under the corresponding target database engine,
    u2022     add the Unicode parameter with the UCS2 value as specified below;
    u2022     Check the Library parameter to set with the correct Unicode library name (See Connection Server release note for more information).
        <DataBase Active="Yes" Name="MS SQL Server 2000">
              <Parameter Name="Family">Microsoft</Parameter>
              <Parameter Name="Version">rdbms_mssqlserverodbc.txt</Parameter>
              <Parameter Name="SQL External File">sqlsrv</Parameter>
              <Parameter Name="SQL Parameter File">sqlsrv</Parameter>
              <Parameter Name="Array Bind Available">True</Parameter>
              <Parameter Name="Library">dbd_wmssql</Parameter>
              <Parameter Name="Unicode">UCS2</Parameter>
              <Parameter Name="Driver Level">31</Parameter>
                </DataBase>
    You can do the modification under the DEFAULT section. This applies for all target databases.
    DB2 UDB
    a>     Modify db2.sbo file under
    u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\db2u201D
    Under the corresponding target database engine, add the Unicode parameter with the UTF8 value as specified below;
            <DataBase Active="Yes" Name="DB2 UDB v8">
              <Parameter Name="Binary Slice Size">30000</Parameter>
              <Parameter Name="Max Rows Available">True</Parameter>
              <Parameter Name="Unicode">UTF8</Parameter>
               </DataBase>
    You can do the modification under the DEFAULT section. This applies for all target databases.
    b>  Define the Environment Variable DB2CODEPAGE with the value 1208.
    Teradata V2R5
    a>  Modify teradata.sbo file under
    u201C\BOInstalledfolder\dataAccess\RDBMS\connectionServer\teradatau201D
    Under the corresponding target database engine, add the Unicode parameter with the UTF8 value as specified below;
            <DataBase Active="Yes" Name="Teradata V2 R5">
              <Parameter Name="Unicode">UTF8</Parameter>
            </DataBase>
    You can do the modification under the DEFAULT section. This applies for all target databases.
    4> Universe - parameters - UNICODE_STRINGS - Yes
    Please let me know if this works for you.
    Thanks,
    Madhu.

  • Infotypes special characters are not displayed correctly

    hi experts,
                  While entering names with special characters in infotypes it happens that some of them are not correctly displayed .
    can you please help me out as soon as possible
    thnx
    harish

    Thank you for your fast reply :)
    The site is not online available unfortunately.
    The character encoding used by Firefox is UTF-8 (automatically detected) which is correct. I even tried manually switching to other Chinese standards, but none of them brought a satisfieable result.
    The site itself does not specify a font (the css only contains "font-family: Arial,Tahoma,Verdana;"), and the site does not provide a custom font either.
    I noticed that if i copy and paste the text into word, the characters are wrongly displayed too using the font MS Mincho (so I assume Firefox automatically selects this font to display the characters which would explain why they are displayed incorrectly)
    Ah, I now included the font "SimSun" in the css (which is installed on in windows and using this font the characters are displayed correctly in word) - and this solved he problem!
    Thanks for your help!!

  • Special characters are not showing properly in FF.

    I am developing an website where user can input special characters like '¥' or '╩' like this. I have to store these value to DB and wold display it from DB. When I try to fetch these value from DB, it looks like '�'. I am using <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in my jsp page. This is working fine in Chrome, problem occurs with FF only. Please help.

    Are you serving the page fully formed, or inserting the characters into the page from an XMLHttpRequest? Could you post a link to a page demonstrating the problem?

  • Special characters are not displaying in ADF jsp page

    Hi All,
    By using ADF view controller,I am getting the data from database table but when I display the data in jsp page after special character < what ever the data is there it is not displaced.Provide any suggestions.
    Thanks in Advance
    Mani

    Hi Mani,
    < is a special HTML character and obviously it may not me displayed correctly.
    Here is a reference of all HTML special characters: http://www.w3schools.com/tags/ref_entities.asp
    In your case you can replace < with its special symbol representation - *&amp;#60; or &amp;lt;*
    I also advice you to do so for all special HTML characters.
    You can use this Java library for that purpose : http://commons.apache.org/lang/api/org/apache/commons/lang3/StringEscapeUtils.html
    Nikolay

  • Special characters are not identified while uploading XML data( hypen)

    Hello,
           I am uploading XML file data in to sap , i am working on SAP 4.7 EE , when i am parsing the XML data it is not identifying the special characters like hyphen , aphostrophe...in place of them it is showing
    Is there any way, where i can handle this ....is there any solution...otherwise is it is not possible to upload special characters from XML file.
    Kinldy help me ...
    Rgds.,
    subash

    Any inputs????

  • The special characters are not loading. ?

    For some reason the special characters stopped appearing when I click "Special Characters" under the Edit tab. I don't understand, and unfortunately in my academic work practically a third of the characters I have to use are these. Is there another way to access them or a problem that might be responsible? I already closed and restarted.
    Thanks

    NEVERMIND.
    The window was already open but at the VERY EDGE, barely perceived, at the bottom so I had to grab it real fast before the icons popped up. Lesson learned.

  • Properties with special characters are not transfered to system properties

    A property which contains a special character like % or � (o with 2 dots above) will not passed to system properties in java 1.5.0_16.
    This was working with java 1.5.0_06.
    Example
    Jnlp:
        <property name="test.fail" value="M�ller"/>
        <property name="test.works" value="Moller"/>java:
    System.getProperty("test.fail") = null
    System.getProperty("test.works") = "Moller"The Jnlp is correct encoded in UTF-8
    Are there any ideas?
    regards

    <property name="test.fail" value="M&#37;ller"/>

  • Certain special characters are not being displayed.

    Before I upgraded my Firefox to the latest version characters such as "▅▅▅▅▅" were being displayed just fine. However, now they don't show up at all. Instead of these characters being shown, it just displays a blank area where the character should have been.
    These characters work just fine with all of my other browsers (IE, Chrome, etc) But not with the latest Firefox. I've tried seeing if they show up on the older version (which is the version that my laptop has) and they show up just fine.
    Active Character Encodings:
    Western (ISO-8859-1)
    Unicode (UTF-8)
    (I have the same active ones on my older version of Firefox and the characters work just fine :C)

    That are &amp;#x2585; entities.
    Do you have problems with other symbols?
    *http://en.wikibooks.org/wiki/Unicode/Character_reference/2000-2FFF
    *http://www.alanwood.net/unicode/block_elements.html (U+2580 - U+259F; 9600 - 9631)
    *http://www.alanwood.net/unicode/unicode_samples.html

  • IS-FS-EDT:German special Characters umlaut not uploaded in the database

    Hi,
    I have problems with special German characters (umlaut) like ü, ö, ä. I am uploading BPs using External Data Transfer using flat file. Flat file contains multiple strings.
    The problem is that when I'm using a string containing one of those in the flat file text for example u201Cu201D, EDT uploaded the string without umlaut i.e. umlaut replaced with #.
    Is there any way to upload umlaut using EDT as it is in the database?
    Thanks in advance.

    Hi,
    I have problems with special German characters (umlaut) like ü, ö, ä. I am uploading BPs using External Data Transfer using flat file. Flat file contains multiple strings.
    The problem is that when I'm using a string containing one of those in the flat file text for example u201Cu201D, EDT uploaded the string without umlaut i.e. umlaut replaced with #.
    Is there any way to upload umlaut using EDT as it is in the database?
    Thanks in advance.

  • How can I add courses which are NOT downloaded from catalog

    Hi. I have recorded my teacher's voice and created a pdf from his lessons. now i want to add them in my iTunes U app. I tried to add them by changing "media type" to iTunes U but files didn't move to iTunes part. (excuse me for my bad english if you found grammar and vocabulary mistakes)

    Drag/drop the picture you want to add on the area with the other thumbs.

Maybe you are looking for

  • After upgrade my keyboard is not recognized by Bluetooth

    I just saw an upgrade notice come up on my computer so I hit install etc. Now my iMac 15" is updated to OS X 10.9.3 but the keyboard is no longer recognized by Bluetooth. The green light on keyboard keeps blinking green but it never connects. Any sug

  • Purchase Order: Price adopition

    Hi all, I need help on the customizing of SAP MM. Problem: I need to copy the price of the Purchase Requisition on the field price of the Purchase Order I have seen that in the transaction SPRO in Material Management - Purchasing - Environment Data -

  • Unable to Install oracle lite 10g mobile server on windows

    Hi all, Basically I am a .net developer, i want to explore Oracle Lite 10g mobile database. for that I am trying to install Olite 10g Mobile server on my windows system it is installing upto 95%, after that nothing is happening. it is not giving any

  • Document damaged by disk error

    I'm getting this error when opening two specific PSD files in Photoshop CS3 on Windows XP Pro: "This document has been damaged by a disk error..." I've been testing hard drives and memory, as well as looking at other files, and as of now I think it's

  • Manually Sort a Collection

    I would like to manually sort a Collection, and then save that sort when I save the Collection. In Bridge 1.0.4 (CS2), WinXP, manual sort seems to work only for a real folder. When I try to move a thumbnail in a Collection (result of a find operation