unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.38k stars 178 forks source link

Restore kanji date formatting #5806

Open sffc opened 1 week ago

sffc commented 1 week ago

Due to a data bug in CLDR, semantic skeletons in ICU4X 2.0 resolve to the ASCII date formats instead of the kanji date formats for short length in Japanese. It would be nice if CLDR would resolve this in data.

Example test failure (currently ignored):

  left: "2023/12/22"
 right: "2023年12月22日"

The root cause also impacts other locales in smaller ways.

https://unicode-org.atlassian.net/browse/CLDR-14993

CC @pedberg @macchiati