Android's simplified traditional conversion is very simple as long as the call a jar package on it, on the Internet also has introduced, this side on its own record.
First add jcc-bate-0.7.3.jar650 in the project's Libs Library) this.width=650; "title=" p{bd) ezvx1xqljzoaubea6p.png "src="/HTTP/ S4.51cto.com/wyfs02/m02/7e/4f/wkiol1b8hgwdmcpoaaahk5ivsmq364.png "alt=" Wkiol1b8hgwdmcpoaaahk5ivsmq364.png "/> , and then you can start writing the appropriate code.
TextView s2t = (TextView) Findviewbyid (R.ID.TEXTVIEW1); TextView t2s = (TextView) Findviewbyid (R.ID.TEXTVIEW2); try {jchineseconvertor = Jchineseconvertor.getinstance (); } catch (IOException e) {e.printstacktrace (); }//simplified convert to traditional string string = jchineseconvertor.s2t ("entertainment"); S2t.settext (string); Traditional conversion to simplified string string1 = Jchineseconvertor.t2s (string); T2s.settext (string1);
The conversion of simple and traditional is complete.
650) this.width=650; "Title=" (fea6sb[]x8u5cbo6x1~d1n.png "src=" http://s1.51cto.com/wyfs02/M02/7E/54/ Wkiom1b8iihsixjfaaaqfi7yoh0301.png "alt=" Wkiom1b8iihsixjfaaaqfi7yoh0301.png "/>
Conversion of simple and complex fonts