Grapheme's are an alias for stringstd/core/types/string: V
.
Each grapheme is a self-contained symbol consisting of
a unicode character followed by combining characters and/or
combining marks.
Type of unicode normalization.
Canonical composition (default). Use composed characters when possible.
Canonical decomposition.
Compatibility composition.
Compatibility decomposition.
Automatically generated. Tests for the NFCstd/text/unicode/NFC: normalization
constructor of the normalizationstd/text/unicode/normalization: V
type.
Automatically generated. Tests for the NFDstd/text/unicode/NFD: normalization
constructor of the normalizationstd/text/unicode/normalization: V
type.
Automatically generated. Tests for the NFKCstd/text/unicode/NFKC: normalization
constructor of the normalizationstd/text/unicode/normalization: V
type.
Automatically generated. Tests for the NFKDstd/text/unicode/NFKD: normalization
constructor of the normalizationstd/text/unicode/normalization: V
type.
Return the column-width of a unicode character.
Equivalent to wcwidth
.
Return the total column-width of a string.
Convert a string to a list of graphemes.
Each grapheme will be in NFCstd/text/unicode/NFC: normalization
normalized form.
Is this a combining character?
Normalize a unicode string. If no normalization form is given, NFCstd/text/unicode/NFC: normalization
is used.
Basic unicode support.
.