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

..21-Nov-20124 KiB

BidiMirroring.txt21-Nov-201223.4 KiB

category-parse.py21-Nov-20122.2 KiB

category-properties.h21-Nov-2012111.5 KiB

combining-class-parse.py21-Nov-20121.2 KiB

combining-properties.h21-Nov-20125.6 KiB

DerivedCombiningClass.txt21-Nov-2012107.2 KiB

DerivedGeneralCategory.txt21-Nov-2012185.5 KiB

grapheme-break-parse.py21-Nov-20121.6 KiB

grapheme-break-properties.h21-Nov-201240 KiB

GraphemeBreakProperty.txt21-Nov-201272.1 KiB

mirroring-parse.py21-Nov-20121.6 KiB

mirroring-properties.h21-Nov-20127.4 KiB

README21-Nov-2012925

script-properties.h21-Nov-201211 KiB

scripts-parse.py21-Nov-20122.5 KiB

Scripts.txt21-Nov-2012106.2 KiB

unicode_parse_common.py21-Nov-20122 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