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

The [wasm demo](https://github.com/unicode-org/icu4x/tree/main/ffi/diplomat/wasm/wasm-demo) is currently written in vanilla TypeScript. This makes it difficult to add new demos to the webpage, since all the HTML and TS pieces have to be...

good first issue
help wanted
A-design
T-techdebt
S-medium
C-ffi-infra

I feel like we should introduce a common style for all our documentation. The `icu` crate, which will probably be any client's entry point to ICU4X uses `icu::` in its...

T-docs-tests
good first issue
help wanted
C-meta
S-small

Blocked on https://github.com/rust-lang/rust-clippy/issues/8184

help wanted
question
backlog
C-meta
T-techdebt
blocked

From @zbraniecki and @robertbastian The three types of provider constructors are documented here: https://unicode-org.github.io/icu4x-docs/doc/icu_provider/index.html#icu4x-constructors-and-data-versioning-policy I have a macro that generates the `_with_any_provider` and `_with_buffer_provider` constructors. That macro should include more...

needs-approval

Create a new type like MinutesSinceEpoch to replace i32 in MetaZonePeriodV1 (https://github.com/unicode-org/icu4x/issues/2155)

blocked

Adding `deny(clippy::indexing_slicing)` to `icu_segmenter`.

waiting-on-author

Checklist for Segmenter in Components: - [ ] Apply the [boilerplate](https://github.com/unicode-org/icu4x/blob/main/docs/process/boilerplate.md) - [x] Ensure everything is documented by adding back `#[warn(missing_docs)]` (#2366) - [ ] Add Clippy lints - [...

T-core
C-segmentation
S-medium

Blocked on https://github.com/unicode-org/icu4x/issues/1109 https://github.com/unicode-org/icu4x/pull/1987 adds formatting for AnyCalendar, however it unconditionally falls back to the Gregorian calendar. We should instead be getting this fallbacking from data, _ideally_ using vertical fallback...

T-bug
C-datetime
S-small