tree: 20399b438f4f8cdc47f57fe9caabfb9d14f602a3 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/lib/intl/unicode_utils/unicode_blocks/README.md

Unicode Block Generator

Builds a Rust crate called unicode_blocks. This contains an enum called UnicodeBlockId, which lists all* of the assigned Unicode blocks.

The source of the data is unic_ucd_blocks::BlockIter, which in turn is generated from official Unicode data files.


* All blocks, except for:

  • U+D800..U+DB7F, High Surrogates
  • U+DB80..U+DBFF, High Private Use Surrogates
  • U+DC00..U+DFFF, Low Surrogates