tree: 0ec582207d937fe1bec42194a31e9d5241112530 [path history] [tgz]
  1. brkitr.patch
  2. flutter-removed-resources.txt
  3. icudtl.dat
  4. patch_brkitr.sh
  5. 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:

  • All resources mentioned in flutter-removed-resources.txt are stripped out.
  • Additionally, 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