Apply ENS normalization to a string. If the result is not normalized then this function
will try to make the input normalized by removing all disallowed characters.
Raises DisallowedSequence if one is encountered and cannot be cured.
e.g
This function returns a list of NormalizableSequence objects
that describe the modifications applied by ENS normalization to the input string.
Raises DisallowedSequence if the input cannot be normalized.
e.g
Tokenize a string using ENS normalization.
Returns a list of tokens.
Each token contains a type field and other fields depending on the type.
All codepoints are represented as integers.