unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.29k stars 164 forks source link

Run validate_byte_slice for each byte #5129

Closed younies closed 5 days ago

younies commented 5 days ago

The PatternKeyULE is represented with a single byte, therefore, to validate a series of PatternKeyULE, we need to validate each byte.