UnicodeBreakType#
- class UnicodeBreakType#
 
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 UNKNOWN.
See Unicode Line Breaking Algorithm.
Fields#
- class UnicodeBreakType
 - AFTER#
 The type of the None singleton.
- AKSARA#
 The type of the None singleton.
- AKSARA_PRE_BASE#
 The type of the None singleton.
- AKSARA_START#
 The type of the None singleton.
- ALPHABETIC#
 The type of the None singleton.
- AMBIGUOUS#
 The type of the None singleton.
- BEFORE#
 The type of the None singleton.
- BEFORE_AND_AFTER#
 The type of the None singleton.
- CARRIAGE_RETURN#
 The type of the None singleton.
- CLOSE_PARANTHESIS#
 The type of the None singleton.
- CLOSE_PARENTHESIS#
 The type of the None singleton.
- CLOSE_PUNCTUATION#
 The type of the None singleton.
- COMBINING_MARK#
 The type of the None singleton.
- COMPLEX_CONTEXT#
 The type of the None singleton.
- CONDITIONAL_JAPANESE_STARTER#
 The type of the None singleton.
- CONTINGENT#
 The type of the None singleton.
- EMOJI_BASE#
 The type of the None singleton.
- EMOJI_MODIFIER#
 The type of the None singleton.
- EXCLAMATION#
 The type of the None singleton.
- HANGUL_LVT_SYLLABLE#
 The type of the None singleton.
- HANGUL_LV_SYLLABLE#
 The type of the None singleton.
- HANGUL_L_JAMO#
 The type of the None singleton.
- HANGUL_T_JAMO#
 The type of the None singleton.
- HANGUL_V_JAMO#
 The type of the None singleton.
- HEBREW_LETTER#
 The type of the None singleton.
- HYPHEN#
 The type of the None singleton.
- IDEOGRAPHIC#
 The type of the None singleton.
- INFIX_SEPARATOR#
 The type of the None singleton.
- INSEPARABLE#
 The type of the None singleton.
- LINE_FEED#
 The type of the None singleton.
- MANDATORY#
 The type of the None singleton.
- NEXT_LINE#
 The type of the None singleton.
- NON_BREAKING_GLUE#
 The type of the None singleton.
- NON_STARTER#
 The type of the None singleton.
- NUMERIC#
 The type of the None singleton.
- OPEN_PUNCTUATION#
 The type of the None singleton.
- POSTFIX#
 The type of the None singleton.
- PREFIX#
 The type of the None singleton.
- QUOTATION#
 The type of the None singleton.
- REGIONAL_INDICATOR#
 The type of the None singleton.
- SPACE#
 The type of the None singleton.
- SURROGATE#
 The type of the None singleton.
- SYMBOL#
 The type of the None singleton.
- UNKNOWN#
 The type of the None singleton.
- VIRAMA#
 The type of the None singleton.
- VIRAMA_FINAL#
 The type of the None singleton.
- WORD_JOINER#
 The type of the None singleton.
- ZERO_WIDTH_JOINER#
 The type of the None singleton.
- ZERO_WIDTH_SPACE#
 The type of the None singleton.