com.ibm.icu.lang |
C:ICU4J .lang Package Overview
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.
|
Java Source File Name | Type | Comment |
UCharacter.java | Class |
The UCharacter class provides extensions to the
java.lang.Character class. |
UCharacterCategory.java | Class | Enumerated Unicode category types from the UnicodeData.txt file.
Used as return results from UCharacter
Equivalent to icu's UCharCategory.
Refer to
Unicode Consortium for more information about UnicodeData.txt.
NOTE: the UCharacterCategory values are not compatible with
those returned by java.lang.Character.getType. |
UCharacterDirection.java | Class | Enumerated Unicode character linguistic direction constants. |
UCharacterEnums.java | Class | A container for the different 'enumerated types' used by UCharacter. |
UCharacterNameIterator.java | Class | |
UCharacterTypeIterator.java | Class | Class enabling iteration of the codepoints according to their types. |
UProperty.java | Interface | Selection constants for Unicode properties. |
UScript.java | Class | A class to reflect UTR #24: Script Names
(based on ISO 15924:2000, "Code for the representation of names of
scripts"). |
UScriptRun.java | Class | UScriptRun is used to find runs of characters in
the same script, as defined in the UScript class.
It implements a simple iterator over an array of characters.
The iterator will assign COMMON and INHERITED
characters to the same script as the preceeding characters. |