| Did you know ... | Search Documentation: |
| Title for pldoc(dir_index) |
unicode.pl -- Unicode string handling![]() | ||
|---|---|---|
| atom_graphemes/2 | Relate Atom to a list of its grapheme clusters. | ![]() |
| string_graphemes/2 | As atom_graphemes/2, but the elements of Graphemes are strings. | ![]() |
| unicode_casefold/2 | Out is the case-folded form of In. | ![]() |
| unicode_codepoint_valid/1 | True when Code is a non-negative integer that is a valid and assigned Unicode code point. | ![]() |
| unicode_map/3 | Perform a Unicode mapping on In, returning Out. | ![]() |
| unicode_nfc/2 | Characters in In are decomposed and then recomposed by canonical equivalence (NFC). | ![]() |
| unicode_nfd/2 | Characters in In are decomposed by canonical equivalence (NFD). | ![]() |
| unicode_nfkc/2 | Characters in In are decomposed by compatibility equivalence, then recomposed by canonical equivalence (NFKC). | ![]() |
| unicode_nfkc_casefold/2 | Equivalent to unicode_nfkc/2 followed by unicode_casefold/2 done in a single pass. | ![]() |
| unicode_nfkd/2 | Characters in In are decomposed by compatibility equivalence (NFKD). | ![]() |
| unicode_property/2 | Query the Unicode character database for Code. | ![]() |
| unicode_version/1 | Version is an atom describing the Unicode version implemented by the linked utf8proc library, e.g. | ![]() |