Henri Sivonen
Henri Sivonen
Currently, the baked data we publish on crates.io uses the small type for all tries. For an app that depends on `icu_normalizer` with `compiled_data`, opting into the fast trie type...
For ECMA-402 compat, ICU4X should provide support for the notation: "engineering" in ECMA-402.
ECMA-402 has `hour12` and `hourCycle` overrides for the locale's hour cycle. AFAICT, ICU4X `[Date]TimeFormatter` constructors don't have API surface for this override. For ECMA-402 compat, ICU4X should have API surface...
We should have fuzzing to check that `compare` and `write_sort_key_to` agree.
#1848 suggests that there's a need to further optimize `CodePointTrie` performance in the segmenter. The segmenter gets the perf benefit of #6863 automatically. However, the perf benefit of #6906 needs...
The `und-u-co-private-unihan` include is for the alphabetical index feature that ICU4X does not currently have and that might be broken for Han characters with the `implicithan` root anyway (see #2723...
It seems to me that `mime_guess` does not need Unicode case folding and only needs ASCII-case-insensitive matching for the file name extension. Do I read the code correctly? Would it...
Fixes #99 The phf part doesn't compile. Hence draft.