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

This is the collator counterpart of #4860.

C-collator

> ok, if the goal is to make the monomorphization more explicit, I think I'd rather see a `try_write_pattern_from_items` that lives alongside `try_write_pattern`, and `try_write_pattern` can call into it. >...

C-datetime
T-techdebt
S-tiny

Now that we have a more well-established notion of a "supported locale" (#58), we should rename this trait function. I suggest: `iter_locales`, and maybe make it return an iterator (if...

C-data-infra
2.0-breaking

This PR cleans up the crate docs and README for `ixdtf`. The changes consist of: - RFC 9557 link was added in place of SEDATE. - It adds a section...

This function is misleading: ``` pub fn concatenated_end(self, other: FixedDecimal) -> Result ``` In the error case, it returns `other`, but it still throws away `self`. It should probably return...

C-numbers
S-small
2.0-breaking

The spec says: > Finally: If the requested skeleton included both seconds and fractional seconds and the dateFormatItem skeleton included seconds but not fractional seconds, then the seconds field of...

T-bug
C-datetime

Instantiating an `icu_timezone::CustomTimeZone` that represents the current time zone of the host system is an operation that is likely to be commonly needed by apps while requiring special expertise (as...

discuss
U-ecma402
U-gecko
discuss-triaged
U-temporal

We should probably introduce a new data struct version with ZeroTrie.

C-unicode
A-data