Unicode 4.1.0
[p5sagit/p5-mst-13.2.git] / lib / unicore / README.perl
CommitLineData
1911be83 1The *.txt files were copied from
8836d2a5 2
a2bd7410 3 http://www.unicode.org/Public/4.1.0/ucd
8836d2a5 4
a2bd7410 5as of Unicode 4.1.0 (April 2005).
e1aef32f 6
a2bd7410 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
0fa75b59 9included were any *.html files and the Derived*.txt files
ac09525c 10
1911be83 11 DerivedAge.txt
12 DerivedCoreProperties.txt
13 DerivedNormalizationProps.txt
8836d2a5 14
dbe75581 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
0fa75b59 19FOR PUMPKINS
20
a2bd7410 21The *.pl files are generated from the *.txt files by the mktables script,
22more recently done during the Perl build process, but if you want to try
23the old manual way:
0fa75b59 24
25 cd lib/unicore
26 cp .../UnicodeOriginal/*.txt .
27 rm NormalizationTest.txt Unihan.txt Derived*.txt
e1aef32f 28 p4 edit Properties *.pl */*.pl
0fa75b59 29 perl ./mktables
30 p4 revert -a
31 cd ../..
32 perl Porting/manicheck
33
e1aef32f 34You need to update version by hand
35
36 p4 edit version
37 ...
38
0fa75b59 39If any new (or deleted, unlikely but not impossible) *.pl files are indicated:
40
41 cd lib/unicore
42 p4 add ...
43 p4 delete ...
44 cd ../...
45 p4 edit MANIFEST
46 ...
47
48And finally:
49
50 p4 submit
8836d2a5 51
52--
e1aef32f 53jhi@iki.fi; updated by nick@ccl4.org