When using JDON JIVE, I will have garbled, like date and a few pages after I recompilated.
In fact, these are very good, the easiest way is to re-encode the string to output.
String new1 = new string (Old.getBytes ("GB2312"), "8859_1");
In this way, the above sentence means converting the OLD string, press GB2312 encoding to BIT, then press 8859 to convert into strings.
This will solve garbled problems.
There is also a linked link in the lookup, this block is an encode function that encode this encode after linked Q =
It's okay.