Up: Other attributes [Contents][Index]
The Indic_Conjunct_Break attribute is used when determining the grapheme cluster boundary in Indic scripts.
The Indic_Conjunct_Break attribute has the following possible values:
int UC_INDIC_CONJUNCT_BREAK_NONE ¶ int UC_INDIC_CONJUNCT_BREAK_CONSONANT ¶ int UC_INDIC_CONJUNCT_BREAK_LINKER ¶ int UC_INDIC_CONJUNCT_BREAK_EXTEND ¶ The following functions implement the association between an Indic_Conjunct_Break value and its name.
const char * uc_indic_conjunct_break_name (int indic_conjunct_break) ¶ Returns the name of an Indic_Conjunct_Break value.
int uc_indic_conjunct_break_byname (const char *indic_conjunct_break_name) ¶ Returns the Indic_Conjunct_Break value given by name, e.g. "Consonant".
This lookup ignores spaces, underscores, or hyphens as word separators and is
case-insignificant.
The following function gives the Indic_Conjunct_Break attribute of every Unicode character.
int uc_indic_conjunct_break (ucs4_t uc) ¶ Returns the Indic_Conjunct_Break attribute of a Unicode character.