<%GLibUnicodeType>

<%GLibUnicodeType>

Description

These are the possible character classifications from the Unicode specification. See [Unicode Character Database](http://www.unicode.org/reports/tr44/General_Category_Values).

Members

control

alias G_UNICODE_CONTROL

General category "Other, Control" (Cc)

format

alias G_UNICODE_FORMAT

General category "Other, Format" (Cf)

unassigned

alias G_UNICODE_UNASSIGNED

General category "Other, Not Assigned" (Cn)

private-use

alias G_UNICODE_PRIVATE_USE

General category "Other, Private Use" (Co)

surrogate

alias G_UNICODE_SURROGATE

General category "Other, Surrogate" (Cs)

lowercase-letter

alias G_UNICODE_LOWERCASE_LETTER

General category "Letter, Lowercase" (Ll)

modifier-letter

alias G_UNICODE_MODIFIER_LETTER

General category "Letter, Modifier" (Lm)

other-letter

alias G_UNICODE_OTHER_LETTER

General category "Letter, Other" (Lo)

titlecase-letter

alias G_UNICODE_TITLECASE_LETTER

General category "Letter, Titlecase" (Lt)

uppercase-letter

alias G_UNICODE_UPPERCASE_LETTER

General category "Letter, Uppercase" (Lu)

spacing-mark

alias G_UNICODE_SPACING_MARK

General category "Mark, Spacing" (Mc)

enclosing-mark

alias G_UNICODE_ENCLOSING_MARK

General category "Mark, Enclosing" (Me)

non-spacing-mark

alias G_UNICODE_NON_SPACING_MARK

General category "Mark, Nonspacing" (Mn)

decimal-number

alias G_UNICODE_DECIMAL_NUMBER

General category "Number, Decimal Digit" (Nd)

letter-number

alias G_UNICODE_LETTER_NUMBER

General category "Number, Letter" (Nl)

other-number

alias G_UNICODE_OTHER_NUMBER

General category "Number, Other" (No)

connect-punctuation

alias G_UNICODE_CONNECT_PUNCTUATION

General category "Punctuation, Connector" (Pc)

dash-punctuation

alias G_UNICODE_DASH_PUNCTUATION

General category "Punctuation, Dash" (Pd)

close-punctuation

alias G_UNICODE_CLOSE_PUNCTUATION

General category "Punctuation, Close" (Pe)

final-punctuation

alias G_UNICODE_FINAL_PUNCTUATION

General category "Punctuation, Final quote" (Pf)

initial-punctuation

alias G_UNICODE_INITIAL_PUNCTUATION

General category "Punctuation, Initial quote" (Pi)

other-punctuation

alias G_UNICODE_OTHER_PUNCTUATION

General category "Punctuation, Other" (Po)

open-punctuation

alias G_UNICODE_OPEN_PUNCTUATION

General category "Punctuation, Open" (Ps)

currency-symbol

alias G_UNICODE_CURRENCY_SYMBOL

General category "Symbol, Currency" (Sc)

modifier-symbol

alias G_UNICODE_MODIFIER_SYMBOL

General category "Symbol, Modifier" (Sk)

math-symbol

alias G_UNICODE_MATH_SYMBOL

General category "Symbol, Math" (Sm)

other-symbol

alias G_UNICODE_OTHER_SYMBOL

General category "Symbol, Other" (So)

line-separator

alias G_UNICODE_LINE_SEPARATOR

General category "Separator, Line" (Zl)

paragraph-separator

alias G_UNICODE_PARAGRAPH_SEPARATOR

General category "Separator, Paragraph" (Zp)

space-separator

alias G_UNICODE_SPACE_SEPARATOR

General category "Separator, Space" (Zs)