Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025611 2315

brkitr.patchH A D25-Apr-20251.4 KiB3534

icudtl.datHD25-Apr-2025760.6 KiB

patch_brkitr.shH A D25-Apr-2025330 114

README.md

1# ICU Data for Flutter
2
3This directory contains the minimal ICU data configuration for the Flutter
4framework (https://flutter.io). It is based on Chromium's iOS configuration
5(see `../ios`) with additional data stripped out to reduce size:
6
7 * `brkitr.patch` removes the break iterators for sentence and
8   title breaks as well as the CSS specific line break iterators.
9
10## Included Resources
11
12 * Break iterators (and related dictionaries) for:
13   * Characters
14   * Words
15   * Lines
16 * Unicode Normalization Form KC (NFKC)
17 * Likely Subtags
18
19
20## Known Issues
21
22 * https://github.com/flutter/flutter/issues/19584
23