Multi-byte characters and Character Conversion in Java application
807589Sep 4 2008 — edited Sep 4 2008How can I handle the Multi-byte/Double-byte/Unicode characters and Character Conversion using Java?
My Java code/result-set uses normal Java "String" class. The application works well for English, but the String operations (ex: adding comments) do NOT work properly for Chinese/Japanese languages, which, AFAIK, use Multi-byte/Double-byte character sets.
The strings are garbled for Chinese/Japanese languages (although it works FINE for English)
How do I deal with this?