在java中,怎么把繁体字转化为简体字
在java中,如何把繁体字转化为简体字
如题.希望用java实现.谢谢各位了
------解决方案--------------------
string str= new string( "文字 ".getByte[ "获得类型 "], "转换后类型 ");
string str= new string( "文字 ".getByte[ "big5 "], "gb2312 ");
如题.希望用java实现.谢谢各位了
------解决方案--------------------
string str= new string( "文字 ".getByte[ "获得类型 "], "转换后类型 ");
string str= new string( "文字 ".getByte[ "big5 "], "gb2312 ");