Close
jGuru Forums
Posted By: john_doe Posted On: Wednesday, June 13, 2001 05:07 AM
I'm developing a multilangual system which should support many character sets. up to now i've used the String constructor [ String(byte[], String) ]to convert all the charsets to java's and than i manipulated the string as I pleased. Now, my system supports languages whose characters' codes DONT fit in one byte so i'm screwed, unless you help me.... thanks in advance,
Re: charset problem.
Posted By: Thanigai_Venkatesan Posted On: Wednesday, June 13, 2001 07:27 AM