diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-04-02 14:31:09 +0300 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-04-02 18:51:27 +0000 |
commit | a2bd7410d0183a5974c36ff0549fab8692d0713b (patch) | |
tree | ec51ae454884c4f2a00b6a329242a5ce914b2cd5 /lib/unicore/README.perl | |
parent | f366f7b38b027e6aab7ac71e1c1715678bda65b1 (diff) | |
download | perl-a2bd7410d0183a5974c36ff0549fab8692d0713b.tar.gz |
Unicode 4.1.0
Message-ID: <424E584D.5000508@iki.fi>
Date: Sat, 02 Apr 2005 11:31:09 +0300
p4raw-id: //depot/perl@24134
Diffstat (limited to 'lib/unicore/README.perl')
-rw-r--r-- | lib/unicore/README.perl | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/lib/unicore/README.perl b/lib/unicore/README.perl index 45c88d38d5..409e1053c4 100644 --- a/lib/unicore/README.perl +++ b/lib/unicore/README.perl @@ -1,15 +1,11 @@ The *.txt files were copied from - http://www.unicode.org/Public/UNIDATA/ + http://www.unicode.org/Public/4.1.0/ucd -as of Unicode 4.0.0 (April 2003), updated with +as of Unicode 4.1.0 (April 2005). - 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 +The two big files, NormalizationTest.txt (2.1 MB) and Unihan.txt +(26.7 MB) were not included due to space considerations. Also NOT included were any *.html files and the Derived*.txt files DerivedAge.txt @@ -22,7 +18,9 @@ it would have conflicted with lib/unicore/PropertyAliases.txt. FOR PUMPKINS -The *.pl files are generated from the *.txt files by the mktables script: +The *.pl files are generated from the *.txt files by the mktables script, +more recently done during the Perl build process, but if you want to try +the old manual way: cd lib/unicore cp .../UnicodeOriginal/*.txt . |