Special/Swedish characters in an AXL request

Hello,
I am developing an application that is adding a user to the Call Manager (4.1). When I try to add a name with swedish characters (???) the CCM changes them to question marks "?". I have tried adding the swedish characters unicode encoded, ? = &#246, but then I get a AXL syntax error.
Adding the names with swedish characters using the normal CCM interface works fine.
Any idea what I could be doing wrong?
Thanks in advance
Tomas

I believe it would be helpful if you share the code that writes the axl requests (I asked which ones you used.. you did not reply so far).
Here's an addUser request that uses an ? and a ? and my code - based on the java code from the sdk to make axl requests- has no trouble sending it.. and the user is created with the proper characters:
http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://gkar.cisco.com/schema/axlsoap.xsd" sequence="1234">
H?nsliB?nzlihbue1234512345
However, if you do a getuser, and use the same code to send / receive requests, the result will be distorted.. that's because data from the dc directory comes back UTF-8 encoded, whereas data from the database comes back as Latin (that's the default character set on your and my computer).. since the request can be sent without making any changes, that means you don't need UTF-8 encoding.. you should not do anything with the encoding, unless your default character set isn't Latin1 (it's the default throughout Europe.. even if you have an English OS, as long as the regional settings are for a European country, you'll have the proper character set..
Don't forget though: getXYZ comes back latin encoded if the data is from the SQL server, and UTF-8 encoded if it's from the DC directory.. so you have to tell the stream reader that the data is utf-8 encoded when you do a getuser (at least for ccm 4.1.3).

Similar Messages

  • LR 2.1 Unable to Open as Smart Object in PS CS3 due to swedish characters in folder name

    When I try to open a raw file from Lightroom 2.1 as a smart object in Photoshop CS3 and the folder contains swedish characters, like åäöÅÄÖ, it will not open at all -> PH starts up and presents a "Open As" dialog.
    It works fine when I open images that is in a folder only having english characters...
    As I read that some apostrophe-related problems were fixed in the 2.1 release I hoped that it included all special characters allowed in folder names... The same problem occurs in version 2.

    My problem might be of a similar origin.
    I have also posted it on a different thread http://www.adobeforums.com/webx/.59b6903c
    I use mostly Hebrew characters for Keywording (the file names are in English) after opening in CS3 and saving, the keywords are converted from Hebrew fonts to accented fonts like åäöÅÄÖ.
    This didn't happen in LR1 and does not happen if I use CS3 as my secondary editor (not using the new LR2 edit in CS3 functionality)
    Shai

  • Problem with special national characters

    Hi,
    How can I turn on the Oracle Application Server 10g to correct expose special national characters (ANSI 1250 Central Europe page)?
    It hosted on Windows Server 2003 where are appropriate character resources.
    Thanks in advance
    KM

    Check the available languages in SMLT (trn). In example stated below the characters coming from DI are Spanish characters, which are gettnig converted to Swedish 1s.
    Please go through the following:
    Re: Japanese characters

  • How to escape special xml characters in ALSB

    Hi
    Can some one tell me how to replace special xml characters < ,> with &lt; and &gt;
    I have xml node like below
    <payload>
    <RatingDetails>
    <Action>Add</Action>
    </payload>
    Using fn-bea:serialize i got xml string as
    <payload><RatingDetails><Action>Add</Action></payload>
    I want output as below
    <payload>&lt;RatingDetails&gt;&lt;Action&gt;Add&lt;/Action&gt;</payload>
    Appreciate your help
    Thanks in Advance

    when i use fn-bea:serialize my request xml node converted to xml string.To that string i had escaped special xml characters.
    Original request:
    <abc>
    <a1 >123</a1>
    <payload>
    <d>345</d>
    <e><678></e>
    </payload>
    </abc>
    After using serialize it became as below (everything in one line)
    <abc><a1>123</a1><payload><d>345</d><e><678></e></payload></abc>
    then i used java callout for replacing special xml chars in payload element,
    now my request is
    <abc><a1>123</a1><payload><![CDATA[& lt;d& gt;345& lt;/d& gt;& lt;e& gt;& lt;678& gt;& lt;/e& gt;]]></payload></abc>
    i dont want my payload data to be enclosed within CDATA but by default i am getting it when i run my xquery for generating request.
    This might be because & will not get parsed in xml parser so enclosing evrything in CDATA.
    Need solution to remove CDATA and send the payload data as it is..

  • Send purchase order via email (external send) with special Czech characters

    Hi all,
    I am sending a purchase order created with ME21N via email to the vendor using "external send".
    The mail is delivered without any problems, PO is attached to the mail as PDF file.
    Problem is that special Czech characters as "ž" or "u0161" are not displayed, a "#" (hash) appears instead.
    This problem occurs when language for PO output = EN.
    Tests with language = CS worked out fine, but the whole form incl. all texts are in Czech as well; so no valid solution since it needs to be in English.
    We checked SAPCONNECT configuration and raised note 665947; this is working properly.
    When displaying the PO (ME23N) special characters are shown correctly as well.
    Could you please let me know how to proceed with that issue?!
    Thanks.
    Florian

    Hi!
    No, it's not a Unicode system.
    It is maintained as:
    Tar.          Lang.        Lang.        Output Format                           Dev. type
    Format
    PDF     EN     English                                                     PDF1
    Using this option, character "ž" was not displayed correctly, but "Ú" was ok.
    All other Czech special characters are not tested so far.
    Thanks,
    Florian
    Edited by: S. SCE - Stock Mngmnt on Aug 14, 2008 10:19 AM

  • Importing WORD document with special regional characters in RoboHelp X5

    Hello,
    i have a problem, when im importing a *.doc document. The
    document is written in slovene and it contains special regional
    characters. Here is the deal:
    I was using RoboHelp 4.0 before and i had this same problem.
    What i did was, when i added a new topic (imported *.doc file) into
    existing project and the WebHelp was generated, in the web browser
    i clicked the last added topic and opened a source code, where i
    changed the charset from 1252 to 1250. That enabled the special
    characters to be viewed correctly. When i imported some additional
    topics and generated the WebHelp again, the program somehow "saved"
    the 1250 setting in the previous topics and the characters were
    correctly shown. I had to adjust 1250 only in the new topics, that
    were added before the last generate.
    When i try to do the same in RoboHelp X5, this doesnt work.
    Program doesnt "remember" the 1250 setting and it always generates
    with 1252 character setting. Which is a problem, because there are
    a lot of topics and i would have to change the character setting
    for every topic/doc document i added.
    What can i do ?
    Thanks in advance

    Hello Tiesto_ZT,
    Welcome to the Forum.
    I have no experience of using other languages in RH, but this
    problem was discussed in
    Thread.
    Check it out and post back if it doesn't fit your needs.
    Hope this helps (at least a bit),
    Brian

  • Special Unicode characters in RSS XML

    Hi,
    I'm using an adapted version of Husnu Sensoy's solution (http://husnusensoy.wordpress.com/2007/11/17/o-rss-11010-on-sourceforgenet/ - thanks, Husnu) to consume RSS feeds in an Apex app.
    It works a treat, except in cases where the source feeds contain special unicode characters such as [right double quotation mark  - 0x92  0x2019] (thankyou, http://www.nytimes.com/services/xml/rss/nyt/GlobalBusiness.xml)
    These cases fail with
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00217: invalid character 8217 (U+2019) Error at line 19
    Any ideas on how to translate these characters, or replace them with something innocuous (UNISTR?), so that the XML transformation succeeds?
    Many thanks,
    jd
    The relevant code snippet is:
    procedure get_rss
    (  p_address                 in httpuritype
    ,  p_rss                    out t_rss
    is
       function oracle_transformation
          return       xmltype is
          l_result     xmltype;
       begin
          select xslt
          into   l_result
          from   rsstransform
          where  rsstransform = 0;
          return l_result;
       exception
       when no_data_found then
          raise_application_error(-20000, 'Transformation XML not found');
       when others then
          l_sqlerrm := sqlerrm;
          insert into errorlog...
       end oracle_transformation;
    begin
       xmltype.transform(p_address.getXML()
                        ,oracle_transformation
                        ).toobject(p_rss);
    exception
    when others then
      l_sqlerrm := sqlerrm;
      insert into errorlog....
    end get_rss;My environment:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE

    environment
    Oracle 10g R2 x86 10.2.0.4 on RHEL4U8 x86.
    db NLS_CHARACTERSET WE8ISO8859P1
    After following the following note:
    Changing US7ASCII or WE8ISO8859P1 to WE8MSWIN1252 [ID 555823.1]
    the nls_charset was changed:
    Database character set WE8ISO8859P1
    FROMCHAR WE8ISO8859P1
    TOCHAR WE8MSWIN1252
    And the error:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00217: invalid character 8217 (U+2019)
    was no longer generated.
    A Unicode database charset was not required in this case.
    hth.
    Paul

  • Special HTML Characters

    Hi,
    I encountered a problem with regards to the display of special HTML characters(chr 155). Crystal was not able to correctly display the cahracters. Instead a blank space was displayed. In addition to, when the report is exported to PDF, it is displayed as boxes.
    Is there a way to handle display of special HTML chars in crystal?
    Thanks

    Crystal HTML interpreter is very limited and has been same for years, so it seems unlikley it will chnage any time soon.
    As its a specific character that is failing use a replace formul to remove the long dash html and replace with a short dash html which I guess Crystal will recognise.
    Replace(yourfield, 'longdashhtml', 'shortdashhtml')
    Ian

  • Issue with Swedish Characters in mail body

    Hi,
    We are sending mails to some other system from SharePoint. All the swedish characters like ä,Ä,ö become ???.
    When we are sending mails from outlook to that system , we are getting proper mail.
    so the issue is from sharepoint side.
    we are sending mails in UTF8 format nad we have tried all other options as well.
    can some one help us in this case.
    Thanks,
    Heerak

    Hi Heerak,
    According to your description, the email sent from SharePoint replaced Swedish characters with question marks.                                            
    I tried to reproduce this issue, however the Swedish characters in the email body displayed right.
    Did this issue occur in all the emails sent from SharePoint?
    I recommend to create a simple workflow with the send email action to see if the issue still occurs in order to narrow the issue scope.
    Please also re-check if the character set for the corresponding web application is UTF-8.
    Go to Central Administration > Application Management > Manage web applications > Highlight the corresponding web application, click General Settings in the ribbon and choose Outgoing E-mail.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • OVD - special/national characters in LDAP context

    Hi all,
    I created integration between Active Directory and Oracle 10g via Oracle Virtual Directory 10g. All works correctly but some users have national characters in his/her AD context. For example Thomas Bjørne (cn=Thomas Bjørne,cn=Users,dc=media,dc=local). In this case this user cannot login into database. I know that problem is with special national characters in AD context but I don't know how solve it. It is not possible change AD context :-(
    Can somebody help me with it?

    Lets first verify that you can bind to OID using the command line
    commands with an existing user in OID.
    Lets assume for a moment that your users password is welcome and
    their DN in OID is cn=jdoe,c=US
    Try the following command and tell me what the results are.
    ldapsearch -p port_num -h host_name -b "c=US" -s sub -v "cn=*"
    It should return all users under c=US. If not let me know the
    error message you get.

  • SAP special german characters(umlaut) like ü, ö, ä not displayed properly in XML output

    Hello Team,
    Here we are facing issues while converting SAP tables data to XML file.
    the description is not converting properly for the special German characters like ü, ö, ä.
    Actual output should be :Überprüfung nach § 29 STVZO
    Output Displayed :Ã#berprüfung nach § 29 STVZO
    Can you please look into and help me in this to get correct output .
    Thank you.

    Hi,
    Unicode or Non-Unincode System ?
    Displayed where ? SAPGUI ? Print Preview ? Spool-Display ?
    And how is the XML file written ?  OPEN DATASET ? BAPI ?
    At all of these stages it might be either that it is only a display system, like the selected display CHARSET in SAPGUI, when it is a non-unicode system, or simply not coded correctly like OPEN DATASET without specifying the cdepage when necessary.
    And it might even be, that even "displaying" the XML File is simply done with the incorrect codepage while the data inside the file is correct.
    If you are on Windows, you might even face funny results when saving a simple textfile from notepad with ANSI/DOS and both Unicode variants and then go to CMD.EXE ans simply "type" the content.
    All 4 results will be different, allthough notepad will display the same stuff.
    So first of all, makes sure which codepage is relevant at all stages from DB-table to "display"
    - DB-Charset
    - SAP system type (unicode/non-unicode)
    - SAP codepage (1100 / 410x )
    - crosscheck the test from report RSCPINST
    - Codepage on Windows running SAPGUI
    - Selected codpage for Sapgui
    Good hunting
    Volker

  • Swedish characters in OEM reports

    Hi,
    I have created a report that lists a table that have text with swedish characters in it.
    When i publish the report as "Whenever the report web page is viewed" the charachters is shown correctly,
    but with the option "Only when scheduled" all the swedish charachters are replaced with a "?".
    The Oracle account has default NLS_LANG=Swedish_Sweden.WE8ISO8859P1
    and root has the same when the Apache server is started.
    Where and what should i change ?
    Environment:
    Solaris SunOS 5.9
    OEM 9.2.0.1
    Oracle 9.2.0.5.0
    Thanks in advance.
    /Uffe

    If anyone is interested ?
    I found a "Japanese" solution in Metalink's FAQ Note:220379.1
    Add the lines :
    wrapper.env.copy=NLS_LANG
    wrapper.env.copy=LANG
    in the file $ORACLE_HOME/Apache/Jserv/etc/jserv.properties
    /Uffe

  • Problems displaying swedish characters !

              Hi !
              I have a very strange problem, which I have been struggling with for a while now.
              I have a JSP page which calls Java classes to generate a HTML table. I define the
              basic structure of the table in the JSP file, such as which fields should be in it etc..
              The Java classes makes a call to an Oracle database and fetches the records in a
              recordset.
              On the JSP page I call a method which generates the HTML table from the recordset
              and returns a string to the page. I have a lot of swedish characters in some of the
              columns, and they display fine. At least when the table is not that big....
              Example:
              I populate the table with 24 records and swedish chars (åöä) looks ok, but when I
              populate the table with 25 records the swedish chars displays as jibberish.
              For example: 'ö' => 'ö'
              What seems strange to me is that it looks like its depending on the amount of data
              that I return to the JSP page. In the logfiles all characters seems to be ok.
              Content-Type is set to 'iso-8859-1', if I change to 'UTF-8' they look ok.
              Unfortunately I cannot set UTF-8 as the content-type due to
              restrictions on the rest of the website.
              And since it seems that if I only send a smaller amount of data
              to the browser it looks ok, so there must be some way out of this...
              Has anybody got any clues ??
              regards,
              /Magnus
              

    Solved the problem....
              I did not use the PrintWriter in the 'response' object to write the HTML-table, I
              simply just sent out a big string to the page which got corrupted when reaching
              a certain size.
              Solved it by using the PrintWriter instead.
              /Magnus
              Magnus Rosenquist wrote:
              > Hi !
              >
              > I have a very strange problem, which I have been struggling with for a while now.
              >
              > I have a JSP page which calls Java classes to generate a HTML table. I define the
              > basic structure of the table in the JSP file, such as which fields should be in it etc..
              > The Java classes makes a call to an Oracle database and fetches the records in a
              > recordset.
              >
              > On the JSP page I call a method which generates the HTML table from the recordset
              > and returns a string to the page. I have a lot of swedish characters in some of the
              > columns, and they display fine. At least when the table is not that big....
              >
              > Example:
              > I populate the table with 24 records and swedish chars (åöä) looks ok, but when I
              > populate the table with 25 records the swedish chars displays as jibberish.
              > For example: 'ö' => 'ö'
              >
              > What seems strange to me is that it looks like its depending on the amount of data
              > that I return to the JSP page. In the logfiles all characters seems to be ok.
              >
              > Content-Type is set to 'iso-8859-1', if I change to 'UTF-8' they look ok.
              > Unfortunately I cannot set UTF-8 as the content-type due to
              > restrictions on the rest of the website.
              >
              > And since it seems that if I only send a smaller amount of data
              > to the browser it looks ok, so there must be some way out of this...
              >
              > Has anybody got any clues ??
              >
              > regards,
              > /Magnus
              Magnus Rosenquist
              Mobile Mind AB
              +46 (0)63 12 49 30 (Phone)
              +46 (0)702 69 41 72 (Mobile)
              mailto:[email protected]
              http://www.mobilemind.se
              

  • Fail to pass special Hungarian characters using WSDL

    Dear All,
    I'm using WLS 7.0SP1, the webservice is generated with the ant task in rpc-style.
    The client is written in VB6 with MS SoapToolkit3.
    The simple method that receives and returns a
    string fails when the input or output
    contains special Hungarian characters.
    Can anyone help how to solve the problem?
    Thank you,
    Peter

    Hello,
    Thank you for the help, I set the property and it's working fine,
    the characters appear as they should!
    Meanwhile I realized that the failiure was because of some
    unneeded '\0' characters at the back of the strings.
    Thank you again,
    Peter
    Bruce Stephens <[email protected]> wrote:
    Hello,
    On the server, is the VM locale set to "en" ?
    Try setting the the following system property on the server startup:
    weblogic.webservice.i18n.charset="utf-8"
    Could you post a SOAP trace?
    Thanks,
    Bruce
    Peter Dobszai wrote:
    Dear All,
    I'm using WLS 7.0SP1, the webservice is generated with the ant taskin rpc-style.
    The client is written in VB6 with MS SoapToolkit3.
    The simple method that receives and returns a
    string fails when the input or output
    contains special Hungarian characters.
    Can anyone help how to solve the problem?
    Thank you,
    Peter

  • Upload files with swedish characters NS 4.7

    Hi,
    I can upload files with swedish characters in the file name with IE 5, but not with Netscape 4.7. iFS presents an error message that the file doesn't exist or is empty.
    Is there a solution for this problem?
    /Elin
    null

    check out if you are using javascripts and whether IE supports it
    Roberto Nanamura <[email protected]> wrote:
    >
    Hi,
    I am having a problem uploading files with Internet Explorer, it works with
    Netscape Communicator. Has someone had the same problem?
    I am using WebLogic 5.1 service pack 5 with Netscape iPlanet 4.1 service pack 2
    in a Solaris 7.
    Best regards,
    Roberto N Nanamura
    Technical Consultant
    Summa Technologies

Maybe you are looking for

  • How to extract data from Essbase to Flat File using ODI

    Hi, Anyone know how to extract data from Essbase to Flat File using ODI? Thanks in advance. Regards, Sumardi

  • Error signing in

    The majority of the time when I attempt to sign in to my control panel I receive the following. HTTP/1.0 500 Internal Server Error Date: Thu, 13 Oct 2011 20:36:29 GMT Server: Oracle-Application-Server-10g Connection: close Content-Type: text/html; ch

  • Ship date not available?

    Ordered iphone 6 64gb around 6am CT on release day. The ship date said 9/19 for about 24 hours. Since then, the date is unavailable. What's going on?

  • Networking an external drive through TC ethernet connection.

    I hope someone can help with this. I have a 1TB Time Capsule which is almost full. I got a Seagate free agent dockstar drive (1TB). The plan was to link it to the TC via the 1GB ethernet connection and move my iTunes library to it (freeing up a ton o

  • Loading new class files when they are not available when the JVM starts

    Simple Question Is it possible to load class if it was not compiled when the original JVM was launched? More Detailed Question Our build system is getting a slight tweak with a new test runner. After our build system compiles the file, I would like t