diff options
Diffstat (limited to 'contrib/perl5/lib/unicode/To')
-rw-r--r-- | contrib/perl5/lib/unicode/To/Digit.pl | 2 | ||||
-rw-r--r-- | contrib/perl5/lib/unicode/To/Lower.pl | 2 | ||||
-rw-r--r-- | contrib/perl5/lib/unicode/To/Title.pl | 2 | ||||
-rw-r--r-- | contrib/perl5/lib/unicode/To/Upper.pl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/perl5/lib/unicode/To/Digit.pl b/contrib/perl5/lib/unicode/To/Digit.pl index a96bc1c..4bace1e 100644 --- a/contrib/perl5/lib/unicode/To/Digit.pl +++ b/contrib/perl5/lib/unicode/To/Digit.pl @@ -1,5 +1,5 @@ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by mktables.PL from e.g. Unicode.300. +# This file is built by mktables.PL from e.g. Unicode.301. # Any changes made here will be lost! return <<'END'; 0030 0039 0000 diff --git a/contrib/perl5/lib/unicode/To/Lower.pl b/contrib/perl5/lib/unicode/To/Lower.pl index a78a7e4..89755b7 100644 --- a/contrib/perl5/lib/unicode/To/Lower.pl +++ b/contrib/perl5/lib/unicode/To/Lower.pl @@ -1,5 +1,5 @@ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by mktables.PL from e.g. Unicode.300. +# This file is built by mktables.PL from e.g. Unicode.301. # Any changes made here will be lost! return <<'END'; 0041 005a 0061 diff --git a/contrib/perl5/lib/unicode/To/Title.pl b/contrib/perl5/lib/unicode/To/Title.pl index d8f5c04..cadeaf9 100644 --- a/contrib/perl5/lib/unicode/To/Title.pl +++ b/contrib/perl5/lib/unicode/To/Title.pl @@ -1,5 +1,5 @@ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by mktables.PL from e.g. Unicode.300. +# This file is built by mktables.PL from e.g. Unicode.301. # Any changes made here will be lost! return <<'END'; 0061 007a 0041 diff --git a/contrib/perl5/lib/unicode/To/Upper.pl b/contrib/perl5/lib/unicode/To/Upper.pl index 1fc7637..d6c03d3 100644 --- a/contrib/perl5/lib/unicode/To/Upper.pl +++ b/contrib/perl5/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.300. +# This file is built by mktables.PL from e.g. Unicode.301. # Any changes made here will be lost! return <<'END'; 0061 007a 0041 |