Check if a string is normalized
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for is_normalized_utf8
for more information.
Return the index a slice of potentially-invalid UTF-8 is normalized up to
See the Rust documentation for split_normalized_utf8
for more information.
See the Rust documentation for split_normalized
for more information.
Check if a string is normalized
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for is_normalized_utf16
for more information.
Return the index a slice of potentially-invalid UTF-16 is normalized up to
See the Rust documentation for split_normalized_utf16
for more information.
Normalize a string
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for normalize_utf8
for more information.
Static
createConstruct a new DecomposingNormalizer instance for NFD using compiled data.
See the Rust documentation for new_nfd
for more information.
Static
createConstruct a new DecomposingNormalizer instance for NFD using a particular data source.
See the Rust documentation for new_nfd
for more information.
Static
createConstruct a new DecomposingNormalizer instance for NFKD using compiled data.
See the Rust documentation for new_nfkd
for more information.
Static
createConstruct a new DecomposingNormalizer instance for NFKD using a particular data source.
See the Rust documentation for new_nfkd
for more information.
See the Rust documentation for
DecomposingNormalizer
for more information.