S spear Unregistered / Unconfirmed GUEST, unregistred user! 2000-09-25 #4 public String convertGBToBig5( String str ) { return new String( str.getBytes("GB2312"), "CP850" ); } public String convertBig5ToGB( String str ) { return new String( str.getBytes("CP850"), "GB2312" ); }
public String convertGBToBig5( String str ) { return new String( str.getBytes("GB2312"), "CP850" ); } public String convertBig5ToGB( String str ) { return new String( str.getBytes("CP850"), "GB2312" ); }
E eversun Unregistered / Unconfirmed GUEST, unregistred user! 2000-09-26 #6 where can I find convertGBToBig5 and convertBig5ToGB?
E eversun Unregistered / Unconfirmed GUEST, unregistred user! 2000-09-28 #7 how can I distingish GB5 from GB2312 by program?
W wjiachun Unregistered / Unconfirmed GUEST, unregistred user! 2000-11-28 #9 eversun:如果还想接着讨论请定期提前自己的帖子,如果不想继续讨论请结束帖子。