icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Solving i18n for client-side and resource-constrained environments.

Results 449 icu4x issues
Sort by recently updated
recently updated
newest added

I needed it in DateTimeFormatter for loading cross-component types including FixedDecimalFormatter and WeekCalculator. It looks like Transliterator needs it for loading Normalizer. This pattern with compiled data will continue to...

C-meta

`day_of_year` is a u16 but `day_of_month` is as u32. Worth fixing? @Manishearth @echeran

C-calendar
2.0-breaking

The start date of the Meiji era is incorrectly reported as September 8, 1868 (Gregorian calendar). I guess the [start date from CLDR](https://github.com/unicode-org/cldr/blob/10ed3348d56be1c9fdadeb0a793a9b909eac3151/common/supplemental/supplementalData.xml#L4675) is incorrectly assumed to be in the...

blocked
tracking
C-calendar
U-ecma402

Fixes #4562 There are diffs; good to get this into 1.5

Part of https://github.com/unicode-org/icu4x/issues/1317

This started out as docs improvements, but I've also touched non-docs code now. ```rust let collator: Collator = Collator::try_new(...); ``` becomes ```rust let collator = Collator::try_new(...); ``` ====== ```rust let...

In our docs there are 95 and 63 hits for `from_bytes` and `try_from_bytes` (the former includes counts from the latter), and there's also a mix of `from_str` and `try_from_str`. We...

C-meta

PRs I'd like inluded: * https://github.com/unicode-org/icu4x/pull/4904 * https://github.com/unicode-org/icu4x/pull/4903 ## Pre-release checklist This is a checklist of things that should be done in the weeks leading to the release. * [x]...

This is part of #1833 switching Value API to use Subtag.