tree: 64a331e39f8bdddbb2f10af1aa4f2c6b0954854c [path history] [tgz]
  1. brkitr.patch
  2. icudtl.dat
  3. patch_brkitr.sh
  4. README.md
flutter/README.md

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