GBK --> Big5

Hi,all

String sGB2312 = ""; // a GB2312 Chinese character

String sBig5 = "WB";//a Big5 Chinese character

how can convert sGB2312 To sBig5 ?

i want some code like below:

String GB2BIG5(String sGB2312){

}

Thanks for any idea.

- LuoTing

[310 byte] By [LuoTing] at [2007-9-26 2:44:45]
# 1
try java.io.InputStreamReader and java.io.OutputStreamWriter.with the proper encoding.
SuperMMX at 2007-6-29 10:25:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...