| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| BidiMirroring.txt | 20-Sep-2013 | 23.4K | |
| category-parse.py | 20-Sep-2013 | 2.2K | |
| category-properties.h | 20-Sep-2013 | 111.5K | |
| combining-class-parse.py | 20-Sep-2013 | 1.2K | |
| combining-properties.h | 20-Sep-2013 | 5.6K | |
| DerivedCombiningClass.txt | 20-Sep-2013 | 107.2K | |
| DerivedGeneralCategory.txt | 20-Sep-2013 | 185.5K | |
| grapheme-break-parse.py | 20-Sep-2013 | 1.6K | |
| grapheme-break-properties.h | 20-Sep-2013 | 40K | |
| GraphemeBreakProperty.txt | 20-Sep-2013 | 72.1K | |
| mirroring-parse.py | 20-Sep-2013 | 1.6K | |
| mirroring-properties.h | 20-Sep-2013 | 7.4K | |
| README | 20-Sep-2013 | 925 | |
| script-properties.h | 20-Sep-2013 | 11K | |
| scripts-parse.py | 20-Sep-2013 | 2.5K | |
| Scripts.txt | 20-Sep-2013 | 106.2K | |
| unicode_parse_common.py | 20-Sep-2013 | 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