cancel
Showing results for 
Search instead for 
Did you mean: 

Could I use non UTF-8 encoding in XI

Former Member
0 Kudos

I need to send a Big5 (CP950) message to MQ server. I write a Java mapping program to convert UTF-8 to Big5, the following is my code.

new String( strNodeValue.getBytes("Big5"), "UTF-8") );

I can use this program to convert files (not in XI, I user java application to test my program). The original UTF-8 file and target BIg5 file are ok. But when I test it in XI environment, although the output file encoding is Big5, but the characters become "??????"

How could I convert UTF-8 characters to Big5 in XI ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Shabarish_Nair
Active Contributor
0 Kudos

make use of the messagetransformbean - http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/content.htm

Also for further ref: go thru this thread -