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.
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):
The root cause also impacts other locales in smaller ways.
https://unicode-org.atlassian.net/browse/CLDR-14993
CC @pedberg @macchiati