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
Case folding had a serious bug causing some code points to fold to the
wrong values. This affected codepoints in FoldRanges with modulo 2 or
more which should not change when case folded, but erroneously did.
The affected code points are:
The 24 odd code points in the range U+100 - U+12E
The 3 odd code points in the range U+132 - U+136
The 7 even code points in the range U+139 - U+147
The 23 odd code points in the range U+14A - U+176
The 3 odd code points in the range U+1A0 - U+1A4
The 8 even code points in the range U+1CB - U+1DB
The 9 odd code points in the range U+1DE - U+1EE
The 20 odd code points in the range U+1F8 - U+21E
The 9 odd code points in the range U+222 - U+232
The 5 odd code points in the range U+246 - U+24E
The 12 odd code points in the range U+3D8 - U+3EE
The 17 odd code points in the range U+460 - U+480
The 27 odd code points in the range U+48A - U+4BE
The 6 even code points in the range U+4C1 - U+4CD
The 48 odd code points in the range U+4D0 - U+52E
The 75 odd code points in the range U+1E00 - U+1E94
The 48 odd code points in the range U+1EA0 - U+1EFE
The 3 even code points in the range U+1F59 - U+1F5F
The 50 odd code points in the range U+2C80 - U+2CE2
The 23 odd code points in the range U+A640 - U+A66C
The 14 odd code points in the range U+A680 - U+A69A
The 7 odd code points in the range U+A722 - U+A72E
The 31 odd code points in the range U+A732 - U+A76E
The 5 odd code points in the range U+A77E - U+A786
The 10 odd code points in the range U+A796 - U+A7A8
The 8 odd code points in the range U+A7B4 - U+A7C2
The code points U+17A, U+17C, U+182, U+184, U+1B4, U+1B9, U+1BA, U+1BB,
U+1F2, U+1F4, U+370, U+372, U+2C68, U+2C6A, U+2CEC, U+A77A, U+A790, U+A792,
U+A7C8, U+A7D6, U+A7D8
0 commit comments