Posted By:
Theresa_Rosenbaum
Posted On:
Tuesday, June 26, 2001 05:30 AM
Did you try using str.getBytes(encoding) and the creating a new String(byte[], encoding) using the byte[] from getBytes?
I was messing with the encoding stuff... I didn't have to convert though, I just got gb2312 characters and had to display them.
But, it might be worthwhile looking at those methods.
If I am unclear, please say.