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 issue tracks tasks that need to be completed for ICU4X to be easily included by JavaScript clients. **For people landing on this thread for the first time:** Long story...

help wanted
T-core
A-ffi
C-meta
A-design
S-epic

The layout of the ICU4XPluralOperands struct changed in https://github.com/unicode-org/icu4x/pull/1100, and yet it was not necessary to make any changes to the tests. This suggests that the test coverage for this...

T-docs-tests
help wanted
C-test-infra
A-ffi
S-medium

One test case in `test_th_reordering` and two test cases in `test_th_corner_cases` have been commented out as failures. Investigate what's going on.

C-collator

nit (optional): You have `0xFFFD` here, and you have `core::char::REPLACEMENT_CHAR` down below. Those are the same thing. You could use the same value if they're linked. Or also create `const...

S-small
C-collator

One of the value propositions driving ICU4X is the ability to share one data file across multiple ICU4X instances. Design doc: https://docs.google.com/document/d/1yg_2l5FFo0aAuNi4jpgcIhIYjHqJyUoJWtMduyQ0vR8/edit# Seeking feedback from: - [x] @nciric - [x]...

T-docs-tests
C-process
C-data-infra
S-small

With Rust 1.61 and https://github.com/unicode-org/icu4x/pull/1926, we will now be able to do the following: 1. Add a general-purpose `zeroslice!` macro 2. Remove the old type-specific `const` constructors 3. Migrate users...

C-data-infra
T-techdebt
S-small

Remove all `#[allow(missing_docs)]` suppressions in icu_decimal. Blocks #686.

T-docs-tests
C-numbers
S-small

We have documentation scattered around a bit. We should update the data_provider.md tutorial to document the full lifecycle of ICU4X data with a focus on clients of ICU4X. Blocked on...

T-docs-tests
C-data-infra
S-small

This is the meta-issue to track tasks relating to user-friendly slicing of ICU4X locale data. - [x] #948 -- the primary mechanism for us to perform data slicing - [x]...

T-core
C-data-infra
S-epic