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

Depends on #1216 - Updates the `field_type` macro to allow multiple characters to map to the same key. - Updates the `field_type` macro to support optional trailing commas. - Maps...

blocked

Fixes #877. This is an exploratory patch to try to remove the need to modify patterns at runtime shifting the weight of handling preferences overrides from pattern resolution to pattern...

This PR implements converting Persian calendar to Iso and inverse. `offset_date()` and `until()` are blocked on #1470 There is also a minor fix for `Iso::iso_from_fixed`.

waiting-on-author

Fixes #419. This is an early WIP that finally captures what I had in mind for #419. It also creates a foundation for #594 (the data will have to come...

POC of a merge functionality for LID. The idea behind this is that we start accumulating code that is meant to merge subtags either only if they're missing or unconditionally...

The FFI coverage test has the following section of ignores: https://github.com/unicode-org/icu4x/blob/90db7c6a5ef3d64e969850c2655e8b9e45948c81/ffi/diplomat/ffi_coverage/src/main.rs#L140-L141 After 1.0, we should go through everything here and plan FFI for them, filing followups as needed.

When creating docs examples for the case level setting in collation options for collator (#2447), I couldn't seem to create examples that returned distinct outputs from primary strength versus secondary...

T-bug
S-medium
C-collator

There are only 3 sign values, and they correspond to the low-level data model of FixedDecimal and UTS 35. CC @younies @eggrobin

T-bug
C-numbers
S-tiny

(It was previously concluded in a meeting that it's not a post-1.0 breaking change to switch from bogus data causing GIGO to bogus data causing a constructor to err out.)...

discuss
C-collator