CharacterSet
public class CP852CharacterSet extends java.lang.Object implements CharacterSet
Modifier and Type | Field | Description |
---|---|---|
static CP852CharacterSet |
theInstance |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEncodingName() |
|
static CP852CharacterSet |
getInstance() |
|
boolean |
inCharset(int ch) |
Determine if a character is present in the character set
|
public static CP852CharacterSet theInstance
public static CP852CharacterSet getInstance()
public final boolean inCharset(int ch)
CharacterSet
inCharset
in interface CharacterSet
public final java.lang.String getEncodingName()