Markus Scherer
Markus Scherer
Conversion is probably fine, but in the end they are just script codes, so it also makes sense to define the full set once and have Unicode APIs use a...
Also https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry look for `Type: script` which becomes this in CLDR: https://github.com/unicode-org/cldr/blob/main/common/validity/script.xml Note that the CLDR list includes one or more private use script subtags: - https://www.unicode.org/reports/tr35/#unicode_script_subtag_validity - https://www.unicode.org/reports/tr35/#Private_Use_Codes Qaag...
Note that Numeric_Value is easy when Numeric_Type=Decimal or Numeric_Type=Digit. And maybe you need/want it only if Numeric_Type=Decimal. When Numeric_Type=Numeric, then the Numeric_Value can be negative, huge, or a fraction. These...
Most of the nt=digit characters are *not* part of a contiguous 0..9 range of characters. In particular, there is often no zero. Some of them are simply nt=digit because their...
> In particular, it seems problematic [...] that UTS 46 allows different kinds of circled digits that are confusable with each other. UTS46 operates on principles for identifiers. Security and...
> tested locally LGTM,. why is CI stuck? I was thinking maybe there is a problem between an old commit and newer changes to the CI system, and tried to...
@sffc ticket accepted
FYI -- I rebased the branch onto current main in order to update the CI checks.
Please rebase and resolve the merge conflict.
@echeran use ICU-22721 ?