Shane F. Carr
Shane F. Carr
The DisplayNames component comes with a large amount of data. It is the largest locale-specific data in ICU and will also likely be the largest in ICU4X. There are a...
We have formatting from integers. We need to add it from general FixedDecmial & f64 and add support for currencies.
Previous issues: https://github.com/unicode-org/icu4x/issues/6069, https://github.com/unicode-org/icu4x/pull/6104, https://github.com/unicode-org/icu4x/issues/5915 We previously agreed to add docs to our re-exported input and preference types, the ones in `icu_component::input` and `icu_component::preferences`, that indicate that they are re-exports....
From #7012: Add tests and potentially fix bugs involving: - [ ] Add more tests on algorithm behavior, such as Hebrew tests in the backwards direction - [ ] Add...
issue: these new variants are only returned by from-fields, not by constructors on `Date` (which is what this type is for). please lets not have catch-all errors again _Originally posted...
Ordinal months should not be used in these calendars because they are misleading. The constructors for these specific calendars should instead take month codes. Ideally as just strings because then...
The specification algorithm is designed to be readable, but it is not fast, because it adds one month and one year at a time. There are two cases that can...
This is a meta-issue to track progress toward graduating the CNN and AdaBoost models, which are currently test-only.
In #6992, I landed a model for DateDuration that corresponds to the requirements of Temporal, specifically that it is signed, and all fields must share the same sign. I pushed...