cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with u00A3 symbol

Former Member
0 Kudos

Hi All,

I am sending IDOC data to JMS Queue ie IDOC-->JMS. One of the field is having £5 data .I am able to see £5 with UTF-8 character set in JMS receiver Queue.But it is not opening in explorer with UTF-8.So i added a Java class in interface mapping to get the ISO-8859-1 instead of UTF-8(because i am able to open the file in internet explorer with ISO-8859-1 having £5 data).

My problem is ....it is ignoring the symbol £ in the Queue,format is XML in Queue after adding the JAVA class(i am able to see £ in MONI)

Can anyone please give some suggestions....

Thanks,

Sekhar D

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

Try to convert your XML doc with encoding "UTF-8" into "ISO-8859-1" using Java mapping in the article

because foreign characters are not allowed in UTF-8

please visit this article

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79...

Former Member
0 Kudos

Hi ,

Thanks for your information.I have added Java Mapping already to interface mapping to chnage it into ISO. Now problem is ....it is ignoring the symbol £ while sending the data into Queue.

Thanks,

Sekhar

Answers (0)