diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-04-01 15:15:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-04-01 15:15:10 +0000 |
commit | e1aef32ff2ada03d3013c36fb3b878f3c9d9d5c1 (patch) | |
tree | 002ad29cd81fad1c407bc26d52b60aa469607364 /lib/unicore | |
parent | 75cc09e40ef43ffdb7866f862ed8a8f1528a2d9e (diff) | |
download | perl-e1aef32ff2ada03d3013c36fb3b878f3c9d9d5c1.tar.gz |
debug the instructions on upgrading Unicode
p4raw-id: //depot/perl@22630
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/README.perl | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/unicore/README.perl b/lib/unicore/README.perl index e71aad5401..45c88d38d5 100644 --- a/lib/unicore/README.perl +++ b/lib/unicore/README.perl @@ -2,7 +2,11 @@ The *.txt files were copied from http://www.unicode.org/Public/UNIDATA/ -as of Unicode 4.0.0 (April 2003). +as of Unicode 4.0.0 (April 2003), updated with + + http://www.unicode.org/Public/4.0-Update1/ + +as of Unicode 4.0.1 (March 2004) The two big files, NormalizationTest.txt (2.0MB) and Unihan.txt (25.7MB) were not included due to space considerations. Also NOT @@ -23,12 +27,17 @@ The *.pl files are generated from the *.txt files by the mktables script: cd lib/unicore cp .../UnicodeOriginal/*.txt . rm NormalizationTest.txt Unihan.txt Derived*.txt - p4 edit *.pl */*.pl + p4 edit Properties *.pl */*.pl perl ./mktables p4 revert -a cd ../.. perl Porting/manicheck +You need to update version by hand + + p4 edit version + ... + If any new (or deleted, unlikely but not impossible) *.pl files are indicated: cd lib/unicore @@ -43,4 +52,4 @@ And finally: p4 submit -- -jhi@iki.fi +jhi@iki.fi; updated by nick@ccl4.org |