All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----COM.Lexical.LatinMap
| Char | Hex | Unicode name |
|---|---|---|
| Ð | 00D0 | LATIN CAPITAL LETTER ETH |
| × | 00D7 | MULTIPLICATION SIGN |
| Þ | 00DE | LATIN CAPITAL LETTER THORN |
| ß | 00DF | LATIN SMALL LETTER SHARP S = ess-zed |
| ð | 00F0 | LATIN SMALL LETTER ETH |
| ÷ | 00F7 | DIVISION SIGN |
| þ | 00FE | LATIN SMALL LETTER THORN |
The AE ligatures, 'Æ' and 'æ', are replaced with 'E' and 'e', respectively.
See http://www.unicode.org/ for more information on Unicode (which subsumes ISO Latin-1).
public static final java.lang.String replaceLatin1(java.lang.String string)
public static final void replaceLatin1(char array[])
public static void main(java.lang.String args[])
All Packages Class Hierarchy This Package Previous Next Index