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 is_normalized_utf8_up_to
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-8 is normalized up to
See the Rust documentation for is_normalized_utf16_up_to
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
create_Construct a new ICU4XComposingNormalizer instance for NFC
See the Rust documentation for new_nfc
for more information.
Static
create_Construct a new ICU4XComposingNormalizer instance for NFKC
See the Rust documentation for new_nfkc
for more information.
See the Rust documentation for
ComposingNormalizer
for more information.