在java中,如何把繁体字转化为简体字
如题.希望用java实现.谢谢各位了
[解决办法]
string str= new string( "文字 ".getByte[ "获得类型 "], "转换后类型 ");
string str= new string( "文字 ".getByte[ "big5 "], "gb2312 ");
发布时间: 2012-01-19 20:57:58 作者: rapoo
在java中,如何把繁体字转化为简体字
如题.希望用java实现.谢谢各位了
[解决办法]
string str= new string( "文字 ".getByte[ "获得类型 "], "转换后类型 ");
string str= new string( "文字 ".getByte[ "big5 "], "gb2312 ");