diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-11 18:36:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-11 18:36:48 +0000 |
commit | 190eec7cba34ea20a9dea7228e79de06d80262f7 (patch) | |
tree | b42b8ddca8550e18c0b6487dfafccc2649d4e831 /lib/unicode/To/Upper.pl | |
parent | 877d9f0d218f342333990f21c1962a28c01d42b0 (diff) | |
download | perl-190eec7cba34ea20a9dea7228e79de06d80262f7.tar.gz |
Upgrade to Unicode 3.1 beta 2001-02-11.
Blocks-4d3.beta.txt
CaseFolding-3d4.beta.txt
CompositionExclusions-3d6.beta.txt
EastAsianWidth-4d4.beta.txt
LineBreak-6d3.beta.txt
NamesList-3.1.0d1.beta.txt
PropList-3.1.0d4.beta.txt
SpecialCasing-4d1.beta.txt
UnicodeData-3.1.0d6.beta.txt
p4raw-id: //depot/perl@8771
Diffstat (limited to 'lib/unicode/To/Upper.pl')
-rw-r--r-- | lib/unicode/To/Upper.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/unicode/To/Upper.pl b/lib/unicode/To/Upper.pl index d6c03d34bd..a71743118f 100644 --- a/lib/unicode/To/Upper.pl +++ b/lib/unicode/To/Upper.pl @@ -1,5 +1,5 @@ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by mktables.PL from e.g. Unicode.301. +# This file is built by mktables.PL from e.g. Unicode.txt. # Any changes made here will be lost! return <<'END'; 0061 007a 0041 @@ -187,6 +187,7 @@ return <<'END'; 03f0 039a 03f1 03a1 03f2 03a3 +03f5 0395 0430 044f 0410 0450 045f 0400 0461 0460 @@ -408,4 +409,5 @@ return <<'END'; 2170 217f 2160 24d0 24e9 24b6 ff41 ff5a ff21 +10428 1044d 10400 END |