UnicodeType
Description:
public enum UnicodeType
These are the possible character classifications from the Unicode specification.
See <ulink url="http://www.unicode.org/Public/UNIDATA/UnicodeData.html">http://www.unicode.org/Public/UNIDATA/UnicodeData.html<
/ulink>.
Content:
Enum values:
- CONTROL - General category "Other,
Control" (Cc)
- FORMAT - General category "Other, Format" (
Cf)
- UNASSIGNED - General category "Other,
Not Assigned" (Cn)
- PRIVATE_USE - General category "Other,
Private Use" (Co)
- SURROGATE - General category "Other,
Surrogate" (Cs)
- LOWERCASE_LETTER - General
category "Letter, Lowercase" (Ll)
- MODIFIER_LETTER - General category
"Letter, Modifier" (Lm)
- OTHER_LETTER - General category
"Letter, Other" (Lo)
- TITLECASE_LETTER - General
category "Letter, Titlecase" (Lt)
- UPPERCASE_LETTER - General
category "Letter, Uppercase" (Lu)
- COMBINING_MARK -
- ENCLOSING_MARK - General category
"Mark, Enclosing" (Me)
- NON_SPACING_MARK - General
category "Mark, Nonspacing" (Mn)
- DECIMAL_NUMBER - General category
"Number, Decimal Digit" (Nd)
- LETTER_NUMBER - General category
"Number, Letter" (Nl)
- OTHER_NUMBER - General category
"Number, Other" (No)
- CONNECT_PUNCTUATION - General
category "Punctuation, Connector" (Pc)
- DASH_PUNCTUATION - General
category "Punctuation, Dash" (Pd)
- CLOSE_PUNCTUATION - General
category "Punctuation, Close" (Pe)
- FINAL_PUNCTUATION - General
category "Punctuation, Final quote" (Pf)
- INITIAL_PUNCTUATION - General
category "Punctuation, Initial quote" (Pi)
- OTHER_PUNCTUATION - General
category "Punctuation, Other" (Po)
- OPEN_PUNCTUATION - General
category "Punctuation, Open" (Ps)
- CURRENCY_SYMBOL - General category
"Symbol, Currency" (Sc)
- MODIFIER_SYMBOL - General category
"Symbol, Modifier" (Sk)
- MATH_SYMBOL - General category
"Symbol, Math" (Sm)
- OTHER_SYMBOL - General category
"Symbol, Other" (So)
- LINE_SEPARATOR - General category
"Separator, Line" (Zl)
- PARAGRAPH_SEPARATOR - General
category "Separator, Paragraph" (Zp)
- SPACE_SEPARATOR - General category
"Separator, Space" (Zs)