409e1053c4785cf715dc8cc6b7d0d412a19d90ff
[p5sagit/p5-mst-13.2.git] / lib / unicore / README.perl
1 The *.txt files were copied from
2
3         http://www.unicode.org/Public/4.1.0/ucd
4
5 as of Unicode 4.1.0 (April 2005).
6
7 The two big files, NormalizationTest.txt (2.1 MB) and Unihan.txt
8 (26.7 MB) were not included due to space considerations.  Also NOT
9 included were any *.html files and the Derived*.txt files
10
11     DerivedAge.txt
12     DerivedCoreProperties.txt
13     DerivedNormalizationProps.txt
14
15 To be 8.3-friendly, the lib/unicore/PropertyValueAliases.txt was
16 renamed to be lib/unicore/PropValueAliases.txt, since otherwise
17 it would have conflicted with lib/unicore/PropertyAliases.txt.
18
19 FOR PUMPKINS
20
21 The *.pl files are generated from the *.txt files by the mktables script,
22 more recently done during the Perl build process, but if you want to try
23 the old manual way:
24         
25         cd lib/unicore
26         cp .../UnicodeOriginal/*.txt .
27         rm NormalizationTest.txt Unihan.txt Derived*.txt
28         p4 edit Properties *.pl */*.pl
29         perl ./mktables
30         p4 revert -a
31         cd ../..
32         perl Porting/manicheck
33
34 You need to update version by hand
35
36         p4 edit version
37         ...
38         
39 If 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
48 And finally:
49
50         p4 submit
51
52 -- 
53 jhi@iki.fi; updated by nick@ccl4.org