You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICU4X had a bug in the normalizer for the case where a character whose decomposition contains more than one starter and ends with a non-starter is followed by a non-starter whose CCC is lower than the final non-starter of the decomposition.
I had thought about this case, but I had failed to type a ! for logical negation of a condition and the test suite didn't catch this.
NormalizationTest.txt should include cases like this. Known examples:
NFKD of 01C4 0323
NFD of 0DDD 0334
The text was updated successfully, but these errors were encountered:
ICU4X had a bug in the normalizer for the case where a character whose decomposition contains more than one starter and ends with a non-starter is followed by a non-starter whose CCC is lower than the final non-starter of the decomposition.
I had thought about this case, but I had failed to type a
!
for logical negation of a condition and the test suite didn't catch this.NormalizationTest.txt should include cases like this. Known examples:
01C4 0323
0DDD 0334
The text was updated successfully, but these errors were encountered: