Application Development and Automation 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: 
Read only

Chinese Conversion Error. Please Help

colin_cheong
Contributor
0 Likes
441

I upload some article desc. in Traditional Chinese. System does a translate and the converted Simplified Chinese is not of correct translation. The meaning of the converted word is wrong. Our system is not unicode compliant yet and are using double byte.(rel 4.7)

How can the system convert the input into the correct simplify chinese?

Is there a FM that does a Traditional to Simplified Chinese conversation?

1 REPLY 1
Read only

colin_cheong
Contributor
0 Likes
367

My system is not a unicode based OS. The translation is based on ABAP statement "TRANSLATE" which convert all the small cap hex char to big cap hex char which result in misinterpration of the chinese character.