Skip to content

Commit

Permalink
Link to icu_normalizer instead of unic-normal
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen committed Jul 4, 2024
1 parent a0c5c57 commit acae064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ the Web Platform, but the [`oem_cp`](https://crates.io/crates/oem_cp) crate does
Normalizing text into Unicode Normalization Form C prior to encoding text into
a legacy encoding minimizes unmappable characters. Text can be normalized to
Unicode Normalization Form C using the
[`unic-normal`](https://crates.io/crates/unic-normal) crate.
[`icu_normalizer`](https://crates.io/crates/icu_normalizer) crate.

The exception is windows-1258, which after normalizing to Unicode Normalization
Form C requires tone marks to be decomposed in order to minimize unmappable
Expand Down

0 comments on commit acae064

Please sign in to comment.