ILocale

Defines how a text is split into words and words into syllables and provides the hyphen character used for hyphenation.

Members

Functions

breakSyllables
string[] breakSyllables(string word)

Returns slices of word that represent its syllables.

breakWords
string[] breakWords(string text)

Returns slices of text that represent individual words interleaved with the content that separates them.

hypen
wchar hypen()

Character used for hyphenation.

Meta