Modules
Functions to introspect the Unicode character database and to provide fast codepoint lookups for scripts, blocks, categories and properties.
Functions to introspect the Unicode bidirectional (bidi) class property for binaries (Strings) and codepoints.
Functions to introspect the Unicode block property for binaries (Strings) and codepoints.
Functions to introspect the Unicode canonical combining class property for binaries (Strings) and codepoints.
Functions to return codepoints that form quotation marks. These marks are taken from the Wikipedia definition which is more expansive than the Unicode categories Pi and Pf.
Resolves Unicode character names to their codepoint.
Functions to introspect the Unicode east asian width property for binaries (Strings) and codepoints.
Functions to introspect the Unicode general category property for binaries (Strings) and codepoints.
For certain operations and transformations (especially in Unicode Sets) there is an expectation that certain derived general categories exist even though they are not defined in the unicode character database.
Functions to introspect the Unicode grapheme cluster break property for binaries (Strings) and codepoints.
Defines a set of guards that can be used with Elixir functions to test whether a codepoint is a member of a Unicode set.
Functions to introspect the Unicode Indic conjunct break property for binaries (Strings) and codepoints.
Functions to introspect the Unicode Indic syllabic category property for binaries (Strings) and codepoints.
Functions to introspect the Unicode joining type property for binaries (Strings) and codepoints.
Functions to introspect the Unicode line break property for binaries (Strings) and codepoints.
Functions to introspect Unicode properties for binaries (Strings) and codepoints.
Defines the behaviour required of modules that serve a Unicode property.
Builds compact search tables from codepoint ranges and performs binary search over them.
Functions to introspect the Unicode script property for binaries (Strings) and codepoints.
Functions to introspect the Unicode sentence break property for binaries (Strings) and codepoints.
Functions to introspect the Unicode word break property for binaries (Strings) and codepoints.