----- Original Message -----
Sent: Wednesday, January 02, 2002 9:19
AM
Subject: Re: big5 to utf-8 converter
Hi,
If ur platform works on Windows ...U can
use MS950 instead of Big5
Because MS950 charset is okay to all
complex chinese words ^O^
I have tried tomcat and resin are okay to
express chinese in MS950 ...
Maybe u can try ~~~
----- Original Message -----
Sent: Monday, December 31, 2001 3:00
PM
Subject: big5 to utf-8 converter
hi everybody,
does someone have or know a free "big5 to utf-8
converter" program,package,bean, script
or whatever? In my servlets and jsps i use
String str=new String(str.getBytes("8859_1"),
"big5");
to convert input parameters to big5.
However, there are some chinese characters that
can't be converted with this.
So i want to key-in the utf-8 representation of a
chinese character instead of the character itself.
do you have any idea?
Could someone show me a piece of code
please?
Thanks in advance
Best regards
:)