Module: GLib::UnicodeType

Defined in:
(unknown)

Constant Summary collapse

CONTROL =

General category “Other, Control” (Cc)

0 or :control
FORMAT =

General category “Other, Format” (Cf)

1 or :format
UNASSIGNED =

General category “Other, Not Assigned” (Cn)

2 or :unassigned
PRIVATE_USE =

General category “Other, Private Use” (Co)

3 or :private_use
SURROGATE =

General category “Other, Surrogate” (Cs)

4 or :surrogate
LOWERCASE_LETTER =

General category “Letter, Lowercase” (Ll)

5 or :lowercase_letter
MODIFIER_LETTER =

General category “Letter, Modifier” (Lm)

6 or :modifier_letter
OTHER_LETTER =

General category “Letter, Other” (Lo)

7 or :other_letter
TITLECASE_LETTER =

General category “Letter, Titlecase” (Lt)

8 or :titlecase_letter
UPPERCASE_LETTER =

General category “Letter, Uppercase” (Lu)

9 or :uppercase_letter
SPACING_MARK =

General category “Mark, Spacing” (Mc)

10 or :spacing_mark
ENCLOSING_MARK =

General category “Mark, Enclosing” (Me)

11 or :enclosing_mark
NON_SPACING_MARK =

General category “Mark, Nonspacing” (Mn)

12 or :non_spacing_mark
DECIMAL_NUMBER =

General category “Number, Decimal Digit” (Nd)

13 or :decimal_number
LETTER_NUMBER =

General category “Number, Letter” (Nl)

14 or :letter_number
OTHER_NUMBER =

General category “Number, Other” (No)

15 or :other_number
CONNECT_PUNCTUATION =

General category “Punctuation, Connector” (Pc)

16 or :connect_punctuation
DASH_PUNCTUATION =

General category “Punctuation, Dash” (Pd)

17 or :dash_punctuation
CLOSE_PUNCTUATION =

General category “Punctuation, Close” (Pe)

18 or :close_punctuation
FINAL_PUNCTUATION =

General category “Punctuation, Final quote” (Pf)

19 or :final_punctuation
INITIAL_PUNCTUATION =

General category “Punctuation, Initial quote” (Pi)

20 or :initial_punctuation
OTHER_PUNCTUATION =

General category “Punctuation, Other” (Po)

21 or :other_punctuation
OPEN_PUNCTUATION =

General category “Punctuation, Open” (Ps)

22 or :open_punctuation
CURRENCY_SYMBOL =

General category “Symbol, Currency” (Sc)

23 or :currency_symbol
MODIFIER_SYMBOL =

General category “Symbol, Modifier” (Sk)

24 or :modifier_symbol
MATH_SYMBOL =

General category “Symbol, Math” (Sm)

25 or :math_symbol
OTHER_SYMBOL =

General category “Symbol, Other” (So)

26 or :other_symbol
LINE_SEPARATOR =

General category “Separator, Line” (Zl)

27 or :line_separator
PARAGRAPH_SEPARATOR =

General category “Separator, Paragraph” (Zp)

28 or :paragraph_separator
SPACE_SEPARATOR =

General category “Separator, Space” (Zs)

29 or :space_separator