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