public interface CharacterSet
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCanonicalName()
Get the preferred Java name of the character set.
|
boolean |
inCharset(int ch)
Determine if a character is present in the character set
|