unicode-org / unicodetools

home of unicodetools and https://util.unicode.org JSPs
https://util.unicode.org
Other
51 stars 39 forks source link

allkeys.txt ignorables are not variable #926

Closed markusicu closed 1 month ago

markusicu commented 1 month ago

Fixes

Primary weights above the special one for U+FFFE and up to variableTop are variable. Ignorable CEs with primary=0 are not variable.

Remove the "variable if last CE was" logic, and don't tell a function on class UCA where its own variableTop is. Output:

markusicu commented 1 month ago

Hi @macchiati thanks for approving the output https://github.com/unicode-org/cldr/pull/3983 which I just merged. Please remember to review the generator changes here. Anyone else is welcome as well!

markusicu commented 1 month ago

thanks!