i can't display characters with acentuation... the last reply of the
thread may help.. but i didn't test it...
Please setting your Java source to using UTF8 encoding, then it works.
Dont using GB2312 encoding.
If you using eclipse, it is simple to setting the Project's default
encoding to UTF8 in the Project's properties dialog, but if you already
coding files using gb2312, you need to modify the java source first or
using another tool such as UltraEdit to convert files from GB2312 to
UTF8.