support for JIS83 in java
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