diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-28 17:18:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-28 17:18:26 +0000 |
commit | 9fdf68be0731526d7d18a86c19f0b68d4946728d (patch) | |
tree | 7721dfaffe4f678bff14354d99040e1636d5e49c /lib/unicode/In/KangxiRadicals.pl | |
parent | 78be1e1a8879b539ff74d40f43ada67390ef7d6d (diff) | |
download | perl-9fdf68be0731526d7d18a86c19f0b68d4946728d.tar.gz |
Add a level of indirection to the implementation of \p{InFoo}
so that we don't have to have long filenames. (Nothing changes
in the user interface.) The indirection is defined in
the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
Also rename some the character classes by removing '-' from
the classnames, and finally renamed Block.pl as Blocks.pl.
p4raw-id: //depot/perl@9897
Diffstat (limited to 'lib/unicode/In/KangxiRadicals.pl')
-rw-r--r-- | lib/unicode/In/KangxiRadicals.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/unicode/In/KangxiRadicals.pl b/lib/unicode/In/KangxiRadicals.pl deleted file mode 100644 index 3903f15c4c..0000000000 --- a/lib/unicode/In/KangxiRadicals.pl +++ /dev/null @@ -1,6 +0,0 @@ -# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! -# This file is built by mktables.PL from e.g. Unicode.txt. -# Any changes made here will be lost! -return <<'END'; -2F00 2FDF -END |