Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multi-byte characters and Character Conversion in Java application

807589Sep 4 2008 — edited Sep 4 2008
How 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2008
Added on Sep 4 2008
3 comments
776 views