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
ICU4J Locale apparently does not accept "_" as the separator in locale tags, e.g.,
{"test_type": "likely_subtags", "label":"0004","locale":"af_AQ","option":"minimize"}
resulting in "und" as the minimized locale.
However, this test works, giving "af-AQ" as expected:
{"test_type": "likely_subtags", "label":"0004","locale":"af-AQ","option":"minimize"}
Something seems wrong with ICU4J's handling of many locales with Likely Subtags.
The text was updated successfully, but these errors were encountered:
I think testdata gen should normalize these locales into BCP-47 (with hyphens). It is not interesting to test syntax parsing in the likely subtags test.
ICU4J Locale apparently does not accept "_" as the separator in locale tags, e.g.,
{"test_type": "likely_subtags", "label":"0004","locale":"af_AQ","option":"minimize"}
resulting in "und" as the minimized locale.
However, this test works, giving "af-AQ" as expected:
{"test_type": "likely_subtags", "label":"0004","locale":"af-AQ","option":"minimize"}
Something seems wrong with ICU4J's handling of many locales with Likely Subtags.
The text was updated successfully, but these errors were encountered: