Fixed
Details
Details
Components
Labels
Priority

Fix versions
Assignee
Mark Davis
Mark DavisReviewer
Rich Gillam
Rich GillamReporter
Rich Gillam
Rich GillamCreated August 15, 2024 at 12:07 AM
Updated April 28, 2025 at 6:47 PM
Resolved September 18, 2024 at 11:23 PM
CLONED to CLDR because the actual fix is to the CLDR data-- add an alias in root.xml from “iso8601” to “gregorian”.
I’ve run into a number of problems with the locale subtag
@calendar=iso8601
. If I add the following test toudatpg_test.c
:…it doesn’t pass; I get the wrong results.
Similarly, if I add this test case…
…to
fmtTestItems
increlativedateformattest.c
, it fails with aMISSING_RESOURCE_ERROR
.The root cause seems to be that we’re trying to look up formatting patterns in the resource bundles, and none of them have
calendar/iso8601
resources.I think the solution may be to simply add an alias from
calendar/iso8601
tocalendar/gregorian
inroot.txt
.