java.lang.Object
java.nio.charset.Charset
gnu.java.nio.charset.ByteCharset
gnu.java.nio.charset.Windows1254
- All Implemented Interfaces:
- java.lang.Comparable
- public class Windows1254
- extends ByteCharset
Encoding table for Windows-1254 Turkish char set.
aka cp1254 or Windows-1254 or whatever.
|
Field Summary |
private static char[] |
lookup
This is the lookup table for this encoding |
protected char[] |
lookupTable
|
protected static char |
NONE
Char to signify the character in the table is undefined |
| Fields inherited from class java.nio.charset.Charset |
|
| Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
lookup
private static final char[] lookup
- This is the lookup table for this encoding
lookupTable
protected char[] lookupTable
NONE
protected static final char NONE
- Char to signify the character in the table is undefined
- See Also:
- Constant Field Values
Windows1254
public Windows1254()
contains
public boolean contains(java.nio.charset.Charset cs)
- Most western charsets include ASCII, but this should
be overloaded for others.
getLookupTable
char[] getLookupTable()
newDecoder
public java.nio.charset.CharsetDecoder newDecoder()
newEncoder
public java.nio.charset.CharsetEncoder newEncoder()