Class Summary |
UCharacter |
A static class designed to be a generic code point information source that
handles surrogate pairs.
Data for code point information originates from Unicode 3.0 data files,
UnicodeData.txt and Mirror.txt, downloadable from the Unicode Consortium site
ftp://ftp.unicode.org/Public/
ICU's gennames and genprops programs are used to compact the information from
the above mentioned files before being used by this package. |
UCharacterCategoryEnum |
Enumerated Unicode category types from the UnicodeData.txt file. |
UCharacterDirectionEnum |
Enumerated Unicode character linguistic direction constants. |
UTF16 |
Standalone utility class providing UTF16 character conversions and indexing
conversions. |
UTF16.StringComparator |
Compare strings using Unicode code point order, instead of UTF-16 code
unit order. |