|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Hanzi
This is an experimental back-converter from pinyin to Unicode hanzi. It is intended to complement the Pinyin class, and to provide rudimentary support for entering Chinese characters via Romanization in Arboreal. If multiple possibilities exist, an interactive character-picker is displayed.
| Field Summary | |
static int |
CHOICES_AT_A_TIME
|
| Constructor Summary | |
Hanzi()
|
|
| Method Summary | |
java.lang.String |
encode(java.lang.String s)
Converts pinyin to Unicode hanzi. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CHOICES_AT_A_TIME
| Constructor Detail |
public Hanzi()
| Method Detail |
public java.lang.String encode(java.lang.String s)
getCharacter()
method. Anything else is spat out verbatim.encode in interface Encoders - input string#getCharacter
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||