Posted By:
Deepa_S
Posted On:
Friday, December 2, 2005 01:55 AM
I have a requirement to pass char[] in C to java. This char[] contains Japanese text. If we convert the char[] to jstring using NewStringUTF(), the content of jstring prints as junk value. I want the jstring to contain proper japanese text to display it in UI. Any solutions?