Enhanced character property and surrogate support.
UCharacter supports all characters and properties defined in the latest version of Unicode, including properties of surrogate characters.See: Description
Interface Summary | |
---|---|
UCharacterEnums.ECharacterCategory | 'Enum' for the CharacterCategory constants. |
UCharacterEnums.ECharacterDirection | 'Enum' for the CharacterDirection constants. |
UCharacter.DecompositionType | Decomposition Type constants. |
UCharacter.EastAsianWidth | East Asian Width constants. |
UCharacter.GraphemeClusterBreak | Grapheme Cluster Break constants. |
UCharacter.HangulSyllableType | Hangul Syllable Type constants. |
UCharacter.JoiningGroup | Joining Group constants. |
UCharacter.JoiningType | Joining Type constants. |
UCharacter.LineBreak | Line Break constants. |
UCharacter.NumericType | Numeric Type constants. |
UCharacter.SentenceBreak | Sentence Break constants. |
UCharacter.WordBreak | Word Break constants. |
UProperty |
Selection constants for Unicode properties. |
UProperty.NameChoice | Selector constants for UCharacter.getPropertyName() and UCharacter.getPropertyValueName(). |
Class Summary | |
---|---|
UCharacter |
The UCharacter class provides extensions to the java.lang.Character class. |
UCharacterCategory | Enumerated Unicode category types from the UnicodeData.txt file. |
UCharacterDirection | Enumerated Unicode character linguistic direction constants. |
UCharacterEnums | A container for the different 'enumerated types' used by UCharacter. |
UCharacter.UnicodeBlock | A family of character subsets representing the character blocks in the Unicode specification, generated from Unicode Data file Blocks.txt. |
UScript | A class to reflect UTR #24: Script Names (based on ISO 15924:2000, "Code for the representation of names of scripts"). |
UScriptRun |
UScriptRun is used to find runs of characters in
the same script, as defined in the UScript class.
|
Enhanced character property and surrogate support.
UCharacter supports all characters and properties defined in the latest version of Unicode, including properties of surrogate characters. It provides new API for querying surrogate characters (represented as int) and also supports the java.lang.Character API. UScript and UScriptRun provide information about scripts, which is not available through the Java APIs.