| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| ArabicShaping.txt | D | 30-Jun-2006 | 9.8 KiB | 300 | 290 | |
| BidiMirroring.txt | D | 30-Jun-2006 | 21.9 KiB | 551 | 547 | |
| Blocks.txt | D | 30-Jun-2006 | 5 KiB | 173 | 168 | |
| CaseFolding.txt | D | 30-Jun-2006 | 56.1 KiB | 1,065 | 1,063 | |
| CompositionExclusions.txt | D | 30-Jun-2006 | 7.3 KiB | 180 | 166 | |
| EastAsianWidth.txt | D | 30-Jun-2006 | 589 KiB | 16,369 | 16,368 | |
| HangulSyllableType.txt | D | 30-Jun-2006 | 49.8 KiB | 852 | 828 | |
| Index.txt | D | 05-Feb-2005 | 119.9 KiB | 4,308 | 4,306 | |
| Jamo.txt | D | 30-Jun-2006 | 3.1 KiB | 93 | 90 | |
| LineBreak.txt | D | 30-Jun-2006 | 639.9 KiB | 17,170 | 17,169 | |
| Makefile | D | 05-Feb-2005 | 274 | 13 | 9 | |
| NamedSequences.txt | D | 30-Jun-2006 | 4 KiB | 96 | 93 | |
| NamesList.txt | D | 30-Jun-2006 | 786.2 KiB | 27,025 | 27,024 | |
| NormalizationCorrections.txt | D | 30-Jun-2006 | 2 KiB | 49 | 48 | |
| PropList.txt | D | 30-Jun-2006 | 70 KiB | 1,050 | 950 | |
| PropValueAliases.txt | D | 30-Jun-2006 | 16.3 KiB | 579 | 537 | |
| PropertyAliases.txt | D | 30-Jun-2006 | 5.1 KiB | 164 | 154 | |
| README.perl | D | 30-Jun-2006 | 1.4 KiB | 61 | 42 | |
| ReadMe.txt | D | 30-Jun-2006 | 761 | 25 | 15 | |
| Scripts.txt | D | 30-Jun-2006 | 89.7 KiB | 1,465 | 1,278 | |
| SpecialCasing.txt | D | 30-Jun-2006 | 15.2 KiB | 261 | 216 | |
| StandardizedVariants.txt | D | 30-Jun-2006 | 6.5 KiB | 123 | 118 | |
| UnicodeData.txt | D | 30-Jun-2006 | 943.7 KiB | 16,352 | 16,351 | |
| mktables | D | 30-Jun-2006 | 60.6 KiB | 2,198 | 1,883 | |
| mktables.lst | D | 30-Jun-2006 | 9 KiB | 506 | 498 | |
| version | D | 30-Jun-2006 | 6 | 2 | 1 |
README.perl
1The *.txt files were copied from 2 3 http://www.unicode.org/Public/4.1.0/ucd 4 5as of Unicode 4.1.0 (April 2005). 6 7The two big files, NormalizationTest.txt (2.1 MB) and Unihan.txt 8(26.7 MB) were not included due to space considerations. Also NOT 9included were any *.html files and the Derived*.txt files 10 11 DerivedAge.txt 12 DerivedCoreProperties.txt 13 DerivedNormalizationProps.txt 14 15To be 8.3-friendly, the lib/unicore/PropertyValueAliases.txt was 16renamed to be lib/unicore/PropValueAliases.txt, since otherwise 17it would have conflicted with lib/unicore/PropertyAliases.txt. 18 19NOTE: If you modify the input file set you should also run 20 21 mktables -makelist 22 23which will recreate the mktables.lst file which is used to speed up 24the build process. 25 26FOR PUMPKINS 27 28The *.pl files are generated from the *.txt files by the mktables script, 29more recently done during the Perl build process, but if you want to try 30the old manual way: 31 32 cd lib/unicore 33 cp .../UnicodeOriginal/*.txt . 34 rm NormalizationTest.txt Unihan.txt Derived*.txt 35 p4 edit Properties *.pl */*.pl 36 perl ./mktables 37 p4 revert -a 38 cd ../.. 39 perl Porting/manicheck 40 41You need to update version by hand 42 43 p4 edit version 44 ... 45 46If any new (or deleted, unlikely but not impossible) *.pl files are indicated: 47 48 cd lib/unicore 49 p4 add ... 50 p4 delete ... 51 cd ../... 52 p4 edit MANIFEST 53 ... 54 55And finally: 56 57 p4 submit 58 59-- 60jhi@iki.fi; updated by nick@ccl4.org 61
ReadMe.txt
12005 March 30 2 3Welcome to the Unicode Character Database 4 5This directory contains contributory data files 6for the Unicode Character Database of the Unicode Standard. 7 8Copyright (c) 1991-2005 Unicode, Inc. 9For terms of use, see http://www.unicode.org/terms_of_use.html 10 11For an overview of how to access a specific version of 12the Unicode Character Database (UCD) and other information, see: 13 14http://www.unicode.org/ucd/ 15 16If you accessed this file via the URL: 17 18http://www.unicode.org/Public/UNIDATA/ReadMe.txt 19 20then you are looking at the most current version of the UCD. 21Otherwise the version number of the UCD is part of the path name. 22 23The file UCD.html in this directory, as well as any file 24headers, where present, also identify the version of the UCD. 25