Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Characters are not good in SAP

AntonPierhagen
Active Participant
0 Kudos

Hi all

I made a flex applcation. The flex application communicate with SAP through webservices. I have a problem with text from the flex application which i send to SAP.

When a text in Flex is Räikkönen, In SAP it is presented as Räikkönen.

The webservices are custom made REST webservices and we communicate via XML messages. Does anybody know how to solve this?

Kind regards,

Anton Pierhagen

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Anton,

This is most likely something to do with the encoding you use in your XML - make sure to take care of encoding special characters (e.g. UTF-8 or UTF-16). Also check the format it is store in the DB.

http://www.adobe.com/support/documentation/en/flex/1/internationalization_flex_short/internationaliz...

Hope this helps,

Simon

2 REPLIES 2

Former Member
0 Kudos

Hi Anton,

This is most likely something to do with the encoding you use in your XML - make sure to take care of encoding special characters (e.g. UTF-8 or UTF-16). Also check the format it is store in the DB.

http://www.adobe.com/support/documentation/en/flex/1/internationalization_flex_short/internationaliz...

Hope this helps,

Simon

0 Kudos

merci!