public class Expert extends AbstractCharTable
| Constructor and Description |
|---|
Expert() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Returns the encoding name of the table.
|
String |
getName()
Returns the name of the table.
|
int |
toEncoding(String name)
Converts name into character code.
|
String |
toName(Character c)
Converts unicode Character object to name.
|
String |
toName(int enc)
Converts character code into a name.
|
char |
toUnicode(String name)
Converts a name to a unicode character.
|
toEncoding, toName, toNamepublic String toName(Character c)
CharTablec - unicode Character objectpublic String toName(int enc)
CharTableenc - codepublic int toEncoding(String name)
CharTablename - name of the characterpublic char toUnicode(String name)
CharTablename - of the characterpublic String getName()
CharTableCopyright © 2016. All rights reserved.