Previous: Word breaks in a string, Up: Word breaks in strings <uniwbrk.h> [Contents][Index]
This is a more low-level API. The word break property is a property defined in Unicode Standard Annex #29, section “Word Boundaries”, see https://www.unicode.org/reports/tr29/#Word_Boundaries. It is used for determining the word breaks in a string.
The following are the possible values of the word break property. More values may be added in the future.
int WBP_OTHER ¶ int WBP_CR ¶ int WBP_LF ¶ int WBP_NEWLINE ¶ int WBP_EXTEND ¶ int WBP_FORMAT ¶ int WBP_KATAKANA ¶ int WBP_ALETTER ¶ int WBP_MIDNUMLET ¶ int WBP_MIDLETTER ¶ int WBP_MIDNUM ¶ int WBP_NUMERIC ¶ int WBP_EXTENDNUMLET ¶ int WBP_RI ¶ int WBP_DQ ¶ int WBP_SQ ¶ int WBP_HL ¶ int WBP_ZWJ ¶ int WBP_EB ¶ int WBP_EM ¶ int WBP_GAZ ¶ int WBP_EBG ¶ The following function looks up the word break property of a character.
int uc_wordbreak_property (ucs4_t uc) ¶ Returns the Word_Break property of a Unicode character.
Previous: Word breaks in a string, Up: Word breaks in strings <uniwbrk.h> [Contents][Index]