• Home
  • History
  • Annotate
  • only in /external/harfbuzz/contrib/tables/
NameDateSize

..11-Jul-20144 KiB

BidiMirroring.txt11-Jul-201423.4 KiB

category-parse.py11-Jul-20142.2 KiB

category-properties.h11-Jul-2014111.5 KiB

combining-class-parse.py11-Jul-20141.2 KiB

combining-properties.h11-Jul-20145.6 KiB

DerivedCombiningClass.txt11-Jul-2014107.2 KiB

DerivedGeneralCategory.txt11-Jul-2014185.5 KiB

grapheme-break-parse.py11-Jul-20141.6 KiB

grapheme-break-properties.h11-Jul-201440 KiB

GraphemeBreakProperty.txt11-Jul-201472.1 KiB

mirroring-parse.py11-Jul-20141.6 KiB

mirroring-properties.h11-Jul-20147.4 KiB

README11-Jul-2014925

script-properties.h11-Jul-201411 KiB

scripts-parse.py11-Jul-20142.5 KiB

Scripts.txt11-Jul-2014106.2 KiB

unicode_parse_common.py11-Jul-20142 KiB

README

1This directory contains Python script to parse several of the Unicode tables
2that are downloadable from the web and generate C header files from them.
3
4These are the locations of the files which are parsed. You should download these
5files and put them in this directory.
6
7http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedGeneralCategory.txt
8http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedCombiningClass.txt
9http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakProperty.txt
10http://www.unicode.org/Public/5.1.0/ucd/Scripts.txt
11
12Then you can run the following python scripts to generate the header files:
13
14python category-parse.py DerivedGeneralCategory.txt category-properties.h
15python combining-class-parse.py DerivedCombiningClass.txt combining-properties.h
16python grapheme-break-parse.py GraphemeBreakProperty.txt grapheme-break-properties.h
17python scripts-parse.py Scripts.txt script-properties.h
18