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

..24-Jul-20134 KiB

BidiMirroring.txt24-Jul-201323.4 KiB

category-parse.py24-Jul-20132.2 KiB

category-properties.h24-Jul-2013111.5 KiB

combining-class-parse.py24-Jul-20131.2 KiB

combining-properties.h24-Jul-20135.6 KiB

DerivedCombiningClass.txt24-Jul-2013107.2 KiB

DerivedGeneralCategory.txt24-Jul-2013185.5 KiB

grapheme-break-parse.py24-Jul-20131.6 KiB

grapheme-break-properties.h24-Jul-201340 KiB

GraphemeBreakProperty.txt24-Jul-201372.1 KiB

mirroring-parse.py24-Jul-20131.6 KiB

mirroring-properties.h24-Jul-20137.4 KiB

README24-Jul-2013925

script-properties.h24-Jul-201311 KiB

scripts-parse.py24-Jul-20132.5 KiB

Scripts.txt24-Jul-2013106.2 KiB

unicode_parse_common.py24-Jul-20132 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