<%GLibUnicodeBreakType>
<%GLibUnicodeBreakType>
Description
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 G_UNICODE_BREAK_UNKNOWN
.
See [Unicode Line Breaking Algorithm](http://www.unicode.org/unicode/reports/tr14/).
Members
mandatory
Mandatory Break (BK)
carriage-return
Carriage Return (CR)
combining-mark
Attached Characters and Combining Marks (CM)
surrogate
Surrogates (SG)
zero-width-space
Zero Width Space (ZW)
inseparable
Inseparable (IN)
non-breaking-glue
Non-breaking ("Glue") (GL)
contingent
Contingent Break Opportunity (CB)
after
Break Opportunity After (BA)
before
Break Opportunity Before (BB)
before-and-after
Break Opportunity Before and After (B2)
non-starter
Nonstarter (NS)
open-punctuation
Opening Punctuation (OP)
close-punctuation
Closing Punctuation (CL)
quotation
Ambiguous Quotation (QU)
exclamation
Exclamation/Interrogation (EX)
ideographic
Ideographic (ID)
infix-separator
Infix Separator (Numeric) (IS)
symbol
Symbols Allowing Break After (SY)
alphabetic
Ordinary Alphabetic and Symbol Characters (AL)
prefix
Prefix (Numeric) (PR)
postfix
Postfix (Numeric) (PO)
complex-context
Complex Content Dependent (South East Asian) (SA)
ambiguous
Ambiguous (Alphabetic or Ideographic) (AI)
word-joiner
Word Joiner (WJ)
hangul-l-jamo
Hangul L Jamo (JL)
hangul-v-jamo
Hangul V Jamo (JV)
hangul-t-jamo
Hangul T Jamo (JT)
hangul-lv-syllable
Hangul LV Syllable (H2)
hangul-lvt-syllable
Hangul LVT Syllable (H3)
close-paranthesis
Closing Parenthesis (CP). Since 2.28. Deprecated: 2.70: Use G_UNICODE_BREAK_CLOSE_PARENTHESIS
instead.
close-parenthesis
Closing Parenthesis (CP). Since 2.70
conditional-japanese-starter
Conditional Japanese Starter (CJ). Since: 2.32
hebrew-letter
Hebrew Letter (HL). Since: 2.32
regional-indicator
Regional Indicator (RI). Since: 2.36
emoji-base
Emoji Base (EB). Since: 2.50
emoji-modifier
Emoji Modifier (EM). Since: 2.50
zero-width-joiner
Zero Width Joiner (ZWJ). Since: 2.50