API for normalizing text into Unicode Normalization Forms (NFC, NFD, NFKC, NFKD).
# Cargo.toml
[dependencies]
icu_normalizer = "2.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Normalizes a string to NFC form using ICU normalizer.
Use `icu_normalizer::provider::Baked` with `icu_provider_blob` or enable `compiled_data` feature.
No dependency data recorded yet.