GLib.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>.

UnicodeType.CONTROL

General category "Other, Control" (Cc)

UnicodeType.FORMAT

General category "Other, Format" (Cf)

UnicodeType.UNASSIGNED

General category "Other, Not Assigned" (Cn)

UnicodeType.PRIVATE_USE

General category "Other, Private Use" (Co)

UnicodeType.SURROGATE

General category "Other, Surrogate" (Cs)

UnicodeType.LOWERCASE_LETTER

General category "Letter, Lowercase" (Ll)

UnicodeType.MODIFIER_LETTER

General category "Letter, Modifier" (Lm)

UnicodeType.OTHER_LETTER

General category "Letter, Other" (Lo)

UnicodeType.TITLECASE_LETTER

General category "Letter, Titlecase" (Lt)

UnicodeType.UPPERCASE_LETTER

General category "Letter, Uppercase" (Lu)

UnicodeType.SPACING_MARK

General category "Mark, Spacing" (Mc)

UnicodeType.ENCLOSING_MARK

General category "Mark, Enclosing" (Me)

UnicodeType.NON_SPACING_MARK

General category "Mark, Nonspacing" (Mn)

UnicodeType.DECIMAL_NUMBER

General category "Number, Decimal Digit" (Nd)

UnicodeType.LETTER_NUMBER

General category "Number, Letter" (Nl)

UnicodeType.OTHER_NUMBER

General category "Number, Other" (No)

UnicodeType.CONNECT_PUNCTUATION

General category "Punctuation, Connector" (Pc)

UnicodeType.DASH_PUNCTUATION

General category "Punctuation, Dash" (Pd)

UnicodeType.CLOSE_PUNCTUATION

General category "Punctuation, Close" (Pe)

UnicodeType.FINAL_PUNCTUATION

General category "Punctuation, Final quote" (Pf)

UnicodeType.INITIAL_PUNCTUATION

General category "Punctuation, Initial quote" (Pi)

UnicodeType.OTHER_PUNCTUATION

General category "Punctuation, Other" (Po)

UnicodeType.OPEN_PUNCTUATION

General category "Punctuation, Open" (Ps)

UnicodeType.CURRENCY_SYMBOL

General category "Symbol, Currency" (Sc)

UnicodeType.MODIFIER_SYMBOL

General category "Symbol, Modifier" (Sk)

UnicodeType.MATH_SYMBOL

General category "Symbol, Math" (Sm)

UnicodeType.OTHER_SYMBOL

General category "Symbol, Other" (So)

UnicodeType.LINE_SEPARATOR

General category "Separator, Line" (Zl)

UnicodeType.PARAGRAPH_SEPARATOR

General category "Separator, Paragraph" (Zp)

UnicodeType.SPACE_SEPARATOR

General category "Separator, Space" (Zs)