Special characters not in shoppincart ?

We have an external vendor with a catalogue that contains descriptions with special characters like  ø
when transfered to the shoppingcart it is translated to  #ꀯ뺐
In the conversion to pdf it crashes since the character can't be translated
is there a method to solve these kind of special character problems ? or does our system finally needs an upgrade ?
the system is srm 5.0
kind regards
Arthur de Smidt

Hi!
Please verify if the KBA below will help you:
1645581 - Special character are transferred as "#" to SRM
Best regards,
Christian Zeuch

Similar Messages

  • German Special Characters not displayed correctly in RTF  using code

    Hi ,
    In my code we are using webdynpro method
    WDResourceFactory.createResource(
    byte[] data, String resourceName,WDWebResourceType
    Type)
    Here in our code we are implementing this as
    ITemplateElement templateEl = wdContext.currentTemplateElement();
    WDResourceFactory.createResource(
    templateEl.getReportData(),
    reportName.substring(0, reportName.lastIndexOf('.')),
    WDWebResourceType.RTF); reportName.lastIndexOf('.')),
    Here templateEl.getReportData() returns a set of bytes which has some
    german special characters.
    We are generating the Bytes using String.getByes(),Just before
    String text = new String(in);
    collector.putBusinessObject(boName, bo);
    reportDocTemplateParser(collector, text);
    collector.removeBusinessObject(boName);
    String generatedText = collector.generateRTF();
    out = (null != generatedText) ? generatedText.getBytes() : null;
    The out put is the if i am giving a word with german special characters for eg:
    Betriebsübersichten it first gets converted to bytes and then passes through method WDResouseFactory.createResourse(.....) which creates an RTF file and finally in the RTF file it appears as Betriebsbbersichten the special character is not displayed correctly.
    i came to knw that while converting into bytes we have to make it RTF supported encoding.ie for eg generatedText.getBytes('cp1252').i even tried with other charactersets like ISO-8859,cp1253 and so on but none of them worked.
    It would be really great if you could suggest the needful.
    Thanks and Regards
    Neeta

    I soved this by using get_data function of response object. Then converting this into ISO-8859-1 charset.
    See code below.
    DATA :  lv_encoding   TYPE abap_encoding,
              lv_conv       TYPE REF TO cl_abap_conv_in_ce,
              lv_x_string   type xstring.
      lv_x_string = pv_http_client->response->get_data( ).
        lv_encoding = '1100'.
        lv_conv = cl_abap_conv_in_ce=>create(
                              encoding = lv_encoding
                                 input = lv_x_string ).
        lv_conv->read( IMPORTING data = pv_result ).

  • German special characters not displaying on page instead of that Question marks displayed

    when i submit form,i need to send a mail with filled data.Here Suppose user entered german special characters.I am getting Question marks instead of ä,Ä,ö,Ö,ü,Ü,ß. I have used meta tag like
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />.But i am getting fine characters with IE and Chrome.I am using FireFox 3.6.16 english.

    Hello core team,
    Thanks a lot!!!!
    i m not only the person to use html form.So many non technical persons using the same. how can i tell to all persons regarding changing character encoding. i need some permenant solution,

  • Special Characters Not Displaying at Logon Screen

    Hello, my daughter set her password on her iPad using special characters and has been able log in  by holding down a certain letter on the keyboard and choosing a latin character.  This is no longer working as the popup menu doesn't appear when holding down on letters anymore.  She recently updated it to iOS8, but claims that she was able to log in at least a few time since the update.
    Is there any trick to making these special character menus appear again?  Thanks so much.

    Hello Paul,
    I once used hexadecimal coded characters like &xnnn; and they were not transformed. When coding them in decimal, everthing worked fine.
    Hth
    J�rg

  • Webservice: Special characters not displayed correctly

    Hi,
    I'm facing a problem when retrieving informations via a webservice. I'm able to use it and data is retrieved but when there are special characters into the response they are not displayed correctly. Repsonse of the webservice is XML formatted.
    It seems to be a charcter set problem, strange thing is that the response is ISO-8859-1 formatted, this charset should normally display special characters like (é à ...) correctly.
    In my code I simply use an if_http_client object to use the webservice.
    pv_result = pv_http_client->response->get_cdata( ).
    Xml repsonse :
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <![CDATA[Eetcaf�/Steakhuis Baskent]]>
    Should be Eetcafé
    How can I specify a charset for the response object?
    I did the same in .NET, where I can bypass this issue specifying the charset like this.
    Dim reader As New StreamReader(oResponse.GetResponseStream(), System.Text.Encoding.Default)
    Thanks a lot for your help.
    Edited by: dom___35 on Dec 21, 2009 3:30 PM

    I soved this by using get_data function of response object. Then converting this into ISO-8859-1 charset.
    See code below.
    DATA :  lv_encoding   TYPE abap_encoding,
              lv_conv       TYPE REF TO cl_abap_conv_in_ce,
              lv_x_string   type xstring.
      lv_x_string = pv_http_client->response->get_data( ).
        lv_encoding = '1100'.
        lv_conv = cl_abap_conv_in_ce=>create(
                              encoding = lv_encoding
                                 input = lv_x_string ).
        lv_conv->read( IMPORTING data = pv_result ).

  • Special characters not showing

    Hello, I am having a strange problem with showing special characters in the browser when I upload the site. (its fine when I view it on localserver)
    For example on my website: http://www.reese-test2.co.uk/
    if you do a search for example: 3GLG534WW - instead of seeing the degree symbol there is a �
    it should read 35° beam angle not  35� beam angle
    I know i could go through all 500 products and change the beam angle character on my SQL database to:   35&deg;
    But surely there is an easier way? This being a lighting website for my work I have other special characters that will also show up weird, so would be good if there was an easy fix to this. I am using WAMP, and DW CS6.
    Is there a line of code I can add to my results.php page that will force the characters to show properly?
    thanks
    Sara

    Hi Just thought I would update this post. My server provider said they cannot change the character set due to how they were set up, so had to do a find/replace in PHPmyAdmin - (SQL tab) instead.
    Ken thanks for your idea. This didnt initially work for me, so googled it and had to make a couple of changes to the code, but this then worked. "Replace" needs to be in caps and the brackets removed.
    Original:
    update [table_name] set [field_name] = replace([field_name],'[° ]','[&deg;]');
    Correct:
    UPDATE productsearch SET description = REPLACE (  description,  ‘°’,  ‘&deg;’);
    thanks for your help Ken Binney
    Sara

  • Using XML with special characters - not rendering

    Hello,
    I am using xml to populate the content of a Flash file, but
    we have localized content for different global regions. So, when
    the content contains special characters like "é" they do not
    show up at all in the flash. I tried using &eacute; but that
    just renders the actual code...
    Is there a workaround for this?
    Thanks

    Hi Rothrock, thanks for your reply...
    Flash Version: 8, but the swf was published to be 7+
    compatible.
    The font is Meta Normal, it is embedded, and it does include
    the character.
    I am retrieving the xml by using this script in the html
    page:
    <script type="text/javascript">
    // <![CDATA[
    var fo = new FlashObject("/templates/flash/index.swf" +
    cKiller, "ad-flash", "710", "351", "7", "#FFFFFF");
    fo.addVariable("xmlURL", "/flash_content/products.xml");
    fo.write("ad");
    // ]]>
    </script>
    I am creating the XML using Macromedia Homesite, with the
    encoding declaration <?xml version="1.0" encoding="UTF-8" ?>
    The XML is being read fine, only the special characters don't
    show up... so it will cut off the word, or just have an empty space
    where the character should be.
    I am not sure how to specifiy Extended Latin charset in the
    document... could you tell me how to do that?
    Thanks

  • Special Characters not presenting properly

    All of a sudden my (not so) Special Characters are not being rendered properly.  Much of the website is in German, hence a lot of umlauts.
    With yesterday's upload the umlauts now look like this:
    Zurück, instead of Zurück,
    für, instead of für,
    Schömberg, instead of Schömberg, etc.
    Ignore the Link highlighting.
    Here is a Link to a sample:
    http://www.schembs.com/TEST_jds_4.html
    Thanks for your help.
    jds

    Have a look at the following
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="Generator" content="Microsoft FrontPage 4.0" />
    <title>DIE HERRNSHEIMER #1 SCHEMBS</title>
    </head>
    <body link="blue" vlink="purple">
    <div id="content-box-900px">
    <div id="main_paragraph">
    <dl>
    <dt><a href="../und_1/2_3_j_heinrich.htm#Joh. Heinrich Sch&auml;mbs (1675-1743)"> Zur&uuml;ck zu den Eltern von Joh. Heinrich Sch&auml;mberg (*1713)</a></dt>
    </dl>
    <h1 align="center">Kapitel C</h1>
    <h2 style='font-weight: bold' align="center">DIE HERRNSHEIMER SCHNEIDER</h2>
    <dl>
    <dt class="type_16">Vorbemerkung:<br /><br />
    Heinrich Sch&auml;mberg (*30.03.1729 Monzernheim, +11.07.1809 Brooklyn, NY<br />
    <br />
    Heinrich heiratete im 1774 in New York City Crescentia "Mary" K&auml;mmerer (06.1829)<br />
    <br /></dt>
    </dt>
      <dd style="font-weight: bold"><u>LINKS:</u></dd>
      <dd class="col_0">Klick Hier f&uuml;r <a href="herrnsl_1b.htm">Die HERRNSHEIMER #1 SCHNEIDER - weiter</a><br /><br /></dd>
      <dd class="col_0">Klick Hier f&uuml;r <a href="../einl/0_vorwort.htm">VORWORT und INHALTSVERZEICHNIS</a><br /><br /></dd>
      <dd class="col_0">Klick Hier f&uuml;r <a href="../../index.htm">Zacharias Sch&auml;mberg WELTSEITE</a><br /><br /></dd>
      <dd class="col_0">Klick Hier f&uuml;r <a href="http://familytreemaker.genealogy.com/users/s/c/h/James-D/index.html"> Zacharias Sch&auml;mberg STAMMBAUM</a><br />
      <br /><br /><br /><br /><br /></dd>
    <!-- THIS IS /dl TURNING OFF THE DEFINITION LISTS -->
    </dl>   
    <!-- THIS IS /div TURNING OFF THE MAIN PARAGRAPH CALLOUT "main-paragraph" -->
    </div>
    <!-- THIS IS /div TURNING OFF THE MAIN CONTENT CONTAINER "content-box-900px" -->
    </div>
    </body>
    </html>
    We need to use escape characters for HTML to interpret special characters. These can be easily found in the insert bar under text as follows
    Gramps

  • Are special characters not supported?!

    i'm having problems with special characters. i'd like to use
    the
    proper curly quotes, em dashes, en dashes, ellipses and all
    the rest but dreamweaver is not converting them.
    I'd also like these HTML entities to be in decimal format ie:
    &#8217;

    > I'd also like these HTML entities to be in decimal
    format ie: &#8217;
    DW will not do this conversion for you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "berrr" <[email protected]> wrote in message
    news:edssg2$peu$[email protected]..
    > i'm having problems with special characters. i'd like to
    use the
    >
    proper
    > curly quotes, em dashes, en dashes, ellipses and all the
    rest but
    > dreamweaver
    > is not converting them.
    >
    > I'd also like these HTML entities to be in decimal
    format ie: &#8217;
    >

  • French special characters not displayed properly in discoverer 11g

    Gurus
    We are upgrading to discoverer 11.1.1.3
    I have found that French special characters (letters with accents) are not displayed properly in the discoverer tool menu.
    Example
    Sélectionner is displayed as S?lectionner.
    This doesn't seem to be a server issue as one of the tester (in U.S) is able to see the french characters displayed and ironically it is not the case in France itself where this is required.
    Please help
    Regards
    Ariv

    Pl post details of the two clients being used in this scenario - the exact OS version, browser version, browser language settings, Java version etc
    Since the accented character shows on one client , the issue is with the client or the settings on the client where the accented character is not showing correctly.
    HTH
    Srini

  • E72: Swedish and other special characters not work...

    When I send mail through MfE, swedish and other special characters do not reach the recipient, they are just ignored. No blanks or nothing. Every word with a swedish character ends up one letter short.
    Before the firmware upgrade this was intermittent, happening only on about half of my mails.
    Now I upgraded yesterday, and it seems the problem is now permanent.
    Have seen similar posts from E75 and E90 owners, their problems seem to have been fixed by newer firmware.
    Our setup is: Exchange 2003, Portwise authentication.
    All other phone models work fine, like iPhone, E71 etc.
    /Sebastian

    After some testing I found out that if I use swedish chars in the subject line, it works fine. Even in the mail body.
    If I don't use swedish chars in the subject, they won't work in the body. I either get garbage or nothing where the swedish chars should be.
    The problem doesn't exist at all in my private IMAP mail account.
    Could someone who uses Mail for Exchange and have special chars in their alphabet (swedish, finnish, german, hungarian etc) pls tell me how it's working out for you?
    Message Edited by Seb_Martin on 28-Jan-2010 11:15 AM

  • Special characters not available in interactive pdf

    Hello, when typing in one of the textfields in my interactive pdf I noticed I can't use special characters like é, à, ê, ...Instead I get Ø
    I can't choose the font so am I stuck with this characterset?
    We need the forms in combination with the forms on our new website. When filled in on the website this interactive pdf gets created automatically so we can work with the data so it's quite important people can fill in their data correctly.
    grtz

    What version of InDesign are you using?
    Might help an upgrade as a similar error was in CS6 in German where we got different letters than ÄÖÜäöüß.

  • Reports with output to excel - special characters not displayed correctly.

    Hi,
    I have a portal with data from 5 continents. In many places special or national characters are used in names. My portal can show most of these characters correctly and so can my version of Microsoft Office Excel. When text with these characters are copy/pasted from the screen to an excel sheet, they are also shown correctly in excel. The problem arises in portal reports, where output is set to Excel, then special characters are often displayed as strange double characters, for example á is shown as á . Does anybody have a solution to that?
    Thanks
    Arne

    No answers have been posted yet and now I have found a solution myself. The portal report is run and output set to Excel. The resulting file is opened, and a new row is inserted in the top of the sheet. In the first field in this row is written the characters *\xEF\xBB\xBF*. It is called a UTF-8 BOM, and when written in the start of a text file, it will tell the program that opens it, that UTF-8 encoding is used.<br><br>
    The file is saved with the file type CSV (semicolon separated) (*.csv) and excel is closed. When you click on the CSV-file, it is opened by excel, and now all characters with accents, circumflexes and umlauts are shown correctly.<br><br>
    The solution was found here: http://www.roosmaa.net/importing-utf-8-csvs-in-excel/

  • Special characters not shown in OBIEE report

    Hi
    We are facing an issue with column values containing special characters in the reports(OBIEE 11G, 11.1.1.6.5). In-spite of actual column values i.e. special characters, NULL is displayed/shown. It would be very helpful if any work-around/pointer is provided for the resolution of this issue.
    Thanks

    Hi,
    Go with Dhar suggestion, While installing the database itself we have the options "unicode type" for special characters.
    Now Create one more instance and install the database use the unicode option to resolve.
    i faced for arabic character i found this mode.
    for more reference http://mkashu.blogspot.com
    regards
    VG

  • PDF generation special characters not recognized

    Dear All,
    I have problem with special Croatian characters šđčćž when generating reports in PDF. I am generating reports with Report server 6i and sending it with email.
    I read that solution may be PDF:subset, but I am not sure that I can do it with report server 6i.
    Is anyone had the similar problem?
    Regards,
    E.

    Hi,
    Developer 6i does not support PDF subset (that is the easiest way to achieve this). In 6i you can try the following approach.
    Reference
    How to print Turkish correctly in UNIX Oracle Reports in PDF format? (Doc ID 146596.1)
    Regards, Roberto

Maybe you are looking for

  • Print out of Purchase order.

    Hello all, We have release strategy for purchase order. Once the Po gets released, buyer takes out the print of purchase order. Head of dept & MD does manually signature on hard copy of purchase order.Now my clients wants that insted of doing manuall

  • Output power dbm and low speeds?

    Hello, I have been an Infinity 2 user for just over 2 years now and have seen significant decrease in speeds. In April 2013 I was syncing max speed with IP profile of 77.4mbps DL and 20 mbps UL. About a year later speeds dropped to about 55mbps DL an

  • How to collect provider's system channel

    My driver uses ETW to log some error messages to System channel. When collecting the traces from my provider with logman I see messages from all channels including System channel. When enable tracing with Message Analyzer I see only not-imported chan

  • M8120N Desktop recovery winload.exe problem

    Back in 2007, I purchased an M8120N Multimedia PC.  During initial setup I created the recovery DVDs and have been playing happily with my system ever since. About 1 month ago, my C: drive started giving me "problems".  Checking the SMART info, I was

  • Wrong critical tablespace size

    Dear Experts, The Database of our PRD system has been upgraded from 8.2 to 9.5, one of the purpose is to get the higher tablespace limitation. However, after we LRID one of the critical tablespace size, SOLMAN still noted that this tablespace  includ