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!

support for JIS83 in java

807605Jul 9 2007
Hi

I want to know whether java supports JIS83 character set for Japanese kanji characters.
I tried the program to check it

System.out.println(java.nio.charset.Charset.isSupported("JIS83"))

this returned false which means java version "1.4.2_15" doesnt support JIS83 charset.

I need a java program that will validate some string which will contain these JIS83 Japanese kanji characters.

how do I do it?
can any one suggest a solution?

Thanks in advance
sree
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 6 2007
Added on Jul 9 2007
0 comments
168 views