UnsupportedEncodingException for TIS620 encoding in IE windows XP
java.io.UnsupportedEncodingException: TIS620
is thrown in windows xp while tried open applet throgh IE for code
String thaistring = new String(value.toString().getBytes("TIS620"),"ISO-8859-1");
same code runs fine when i tried to run java code in command mode.
Thai language support is installed and IE is also set up for thai language display.
Any pointers or help to this problem will be appreciated.
Thanks

