diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 17:18:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 17:18:41 +0000 |
commit | 140554665c10264faba3f60819106d3921665365 (patch) | |
tree | 5beb836224af7e8900192cf5a1417624d72d0e58 /lib/unicode/Block.pl | |
parent | ee50adbe6978769b1ad873bd2be52593b054ff83 (diff) | |
download | perl-140554665c10264faba3f60819106d3921665365.tar.gz |
Regen Unicode tables to include a warning:
Thou Shalt Not Edit Them By Hand; add missing
(Unicode 2.0 -introduced) tables to MANIFEST;
convert the equivalence tables to be valid Perl code.
p4raw-id: //depot/cfgperl@4563
Diffstat (limited to 'lib/unicode/Block.pl')
-rw-r--r-- | lib/unicode/Block.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/unicode/Block.pl b/lib/unicode/Block.pl index 7d6990bd7f..24eb426829 100644 --- a/lib/unicode/Block.pl +++ b/lib/unicode/Block.pl @@ -1,3 +1,6 @@ +# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +# This file is built by mktables.PL from e.g. UnicodeData-Latest.txt. +# Any changes made here will be lost! return <<'END'; 0000 007F Basic Latin 0080 00FF Latin-1 Supplement |