mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-19 15:03:34 -04:00
1e74c347b6
* In `scripts/unicode.py`, the data used to generate `is_combining_mark()` was being passed to the emit function incorrectly, resulting in the table containing some other data instead. The script is fixed and new `tables.rs` is generated. * Add test for `is_combining_mark()` for ASCII chars, as well as a couple of random chars based on the reported issue. Fix https://github.com/unicode-rs/unicode-normalization/issues/16