View Source Unicode.IndicConjunctBreak (Unicode v1.19.0)

Property manager for the Unicode Indic Conjunction Break property.

Summary

Functions

Returns a map of aliases for Unicode indic_conjunct_breaks.

Returns the count of the number of characters for a given indic_conjunct_break.

Returns the Unicode ranges for a given indic_conjunct_break as a list of ranges as 2-tuples.

Returns the Unicode ranges for a given indic_conjunct_break as a list of ranges as 2-tuples.

Returns the map of Unicode Indic Conjunction Breaks..

Returns the indic_conjunct_break name(s) for the given binary or codepoint.

Returns a list of known Unicode indic_conjunct_break names.

Functions

Returns a map of aliases for Unicode indic_conjunct_breaks.

An alias is an alternative name for referring to a indic_conjunct_break. Aliases are resolved by the fetch/1 and get/1 functions.

Link to this function

count(indic_conjunct_break)

View Source

Returns the count of the number of characters for a given indic_conjunct_break.

Example

iex> Unicode.Script.count("mongolian")
168
Link to this function

fetch(indic_conjunct_break)

View Source

Returns the Unicode ranges for a given indic_conjunct_break as a list of ranges as 2-tuples.

Aliases are resolved by this function.

Returns either {:ok, range_list} or :error.

Link to this function

get(indic_conjunct_break)

View Source

Returns the Unicode ranges for a given indic_conjunct_break as a list of ranges as 2-tuples.

Aliases are resolved by this function.

Returns either range_list or nil.

Returns the map of Unicode Indic Conjunction Breaks..

Link to this function

indic_conjunct_break(string)

View Source

Returns the indic_conjunct_break name(s) for the given binary or codepoint.

In the case of a codepoint, a single indic_conjunct_break name is returned.

For a binary a list of distinct indic_conjunct_break names represented by the graphemes in the binary is returned.

Link to this function

known_indic_conjunct_breaks()

View Source

Returns a list of known Unicode indic_conjunct_break names.

This function does not return the names of any indic_conjunct_break aliases.