:right-sidebar: True UnicodeBreakType =================================================================== .. currentmodule:: gi.repository.GLib .. class:: UnicodeBreakType :no-contents-entry: These are the possible line break classifications. Since new Unicode versions may add new types here, applications should be ready to handle unknown values. They may be regarded as :const:`~gi.repository.GLib.UnicodeBreakType.UNKNOWN`. See `Unicode Line Breaking Algorithm `_. Fields ------ .. rst-class:: interim-class .. class:: UnicodeBreakType :no-index: .. attribute:: AFTER Break Opportunity After (BA) .. attribute:: AKSARA Aksara (AK). Since: 2.80 ``G_UNICODE_BREAK_AKSARA_PRE_BASE`` (AP). Since: 2.80 ``G_UNICODE_BREAK_AKSARA_START`` (AS). Since: 2.80 ``G_UNICODE_BREAK_VIRAMA_FINAL`` (VF). Since: 2.80 ``G_UNICODE_BREAK_VIRAMA`` (VI). Since: 2.80 .. attribute:: AKSARA_PRE_BASE .. attribute:: AKSARA_START .. attribute:: ALPHABETIC Ordinary Alphabetic and Symbol Characters (AL) .. attribute:: AMBIGUOUS Ambiguous (Alphabetic or Ideographic) (AI) .. attribute:: BEFORE Break Opportunity Before (BB) .. attribute:: BEFORE_AND_AFTER Break Opportunity Before and After (B2) .. attribute:: CARRIAGE_RETURN Carriage Return (CR) .. attribute:: CLOSE_PARANTHESIS Closing Parenthesis (CP). Since 2.28. Deprecated: 2.70: Use :const:`~gi.repository.GLib.UnicodeBreakType.CLOSE_PARENTHESIS` instead. .. attribute:: CLOSE_PARENTHESIS Closing Parenthesis (CP). Since 2.70 .. attribute:: CLOSE_PUNCTUATION Closing Punctuation (CL) .. attribute:: COMBINING_MARK Attached Characters and Combining Marks (CM) .. attribute:: COMPLEX_CONTEXT Complex Content Dependent (South East Asian) (SA) .. attribute:: CONDITIONAL_JAPANESE_STARTER Conditional Japanese Starter (CJ). Since: 2.32 .. attribute:: CONTINGENT Contingent Break Opportunity (CB) .. attribute:: EMOJI_BASE Emoji Base (EB). Since: 2.50 .. attribute:: EMOJI_MODIFIER Emoji Modifier (EM). Since: 2.50 .. attribute:: EXCLAMATION Exclamation/Interrogation (EX) .. attribute:: HANGUL_LVT_SYLLABLE Hangul LVT Syllable (H3) .. attribute:: HANGUL_LV_SYLLABLE Hangul LV Syllable (H2) .. attribute:: HANGUL_L_JAMO Hangul L Jamo (JL) .. attribute:: HANGUL_T_JAMO Hangul T Jamo (JT) .. attribute:: HANGUL_V_JAMO Hangul V Jamo (JV) .. attribute:: HEBREW_LETTER Hebrew Letter (HL). Since: 2.32 .. attribute:: HYPHEN Hyphen (HY) .. attribute:: IDEOGRAPHIC Ideographic (ID) .. attribute:: INFIX_SEPARATOR Infix Separator (Numeric) (IS) .. attribute:: INSEPARABLE Inseparable (IN) .. attribute:: LINE_FEED Line Feed (LF) .. attribute:: MANDATORY Mandatory Break (BK) .. attribute:: NEXT_LINE Next Line (NL) .. attribute:: NON_BREAKING_GLUE Non-breaking ("Glue") (GL) .. attribute:: NON_STARTER Nonstarter (NS) .. attribute:: NUMERIC Numeric (NU) .. attribute:: OPEN_PUNCTUATION Opening Punctuation (OP) .. attribute:: POSTFIX Postfix (Numeric) (PO) .. attribute:: PREFIX Prefix (Numeric) (PR) .. attribute:: QUOTATION Ambiguous Quotation (QU) .. attribute:: REGIONAL_INDICATOR Regional Indicator (RI). Since: 2.36 .. attribute:: SPACE Space (SP) .. attribute:: SURROGATE Surrogates (SG) .. attribute:: SYMBOL Symbols Allowing Break After (SY) .. attribute:: UNKNOWN Unknown (XX) .. attribute:: VIRAMA .. attribute:: VIRAMA_FINAL .. attribute:: WORD_JOINER Word Joiner (WJ) .. attribute:: ZERO_WIDTH_JOINER Zero Width Joiner (ZWJ). Since: 2.50 .. attribute:: ZERO_WIDTH_SPACE Zero Width Space (ZW)