Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
BidiMirroring.txt | 15-Nov-2011 | 23.4K | |
category-parse.py | 15-Nov-2011 | 2.2K | |
category-properties.h | 15-Nov-2011 | 111.5K | |
combining-class-parse.py | 15-Nov-2011 | 1.2K | |
combining-properties.h | 15-Nov-2011 | 5.6K | |
DerivedCombiningClass.txt | 15-Nov-2011 | 107.2K | |
DerivedGeneralCategory.txt | 15-Nov-2011 | 185.5K | |
grapheme-break-parse.py | 15-Nov-2011 | 1.6K | |
grapheme-break-properties.h | 15-Nov-2011 | 40K | |
GraphemeBreakProperty.txt | 15-Nov-2011 | 72.1K | |
mirroring-parse.py | 15-Nov-2011 | 1.6K | |
mirroring-properties.h | 15-Nov-2011 | 7.4K | |
README | 15-Nov-2011 | 925 | |
script-properties.h | 15-Nov-2011 | 10.4K | |
scripts-parse.py | 15-Nov-2011 | 2.5K | |
Scripts.txt | 15-Nov-2011 | 106.2K | |
unicode_parse_common.py | 15-Nov-2011 | 2K |
1 This directory contains Python script to parse several of the Unicode tables 2 that are downloadable from the web and generate C header files from them. 3 4 These are the locations of the files which are parsed. You should download these 5 files and put them in this directory. 6 7 http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedGeneralCategory.txt 8 http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedCombiningClass.txt 9 http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakProperty.txt 10 http://www.unicode.org/Public/5.1.0/ucd/Scripts.txt 11 12 Then you can run the following python scripts to generate the header files: 13 14 python category-parse.py DerivedGeneralCategory.txt category-properties.h 15 python combining-class-parse.py DerivedCombiningClass.txt combining-properties.h 16 python grapheme-break-parse.py GraphemeBreakProperty.txt grapheme-break-properties.h 17 python scripts-parse.py Scripts.txt script-properties.h 18