diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-24 06:28:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-24 06:30:35 +0000 |
commit | cfb8fd6a832933165061cfa856e30964185ab828 (patch) | |
tree | bff1b67d7aeb6e4b8c54fca94056d45996203de0 /l1_char_class_tab.h | |
parent | 96ac09754b53d56f88a3effe7c9c82d363d89ee5 (diff) | |
download | perl-cfb8fd6a832933165061cfa856e30964185ab828.tar.gz |
Convert mk_PL_charclass.pl to use regen_lib.pl
Change it to read CaseFolding.txt from lib/unicore, instead of the file
installed with perl, so that it can run with an uninstalled perl.
Add "read only" editor blocks to l1_char_class_tab.h
Diffstat (limited to 'l1_char_class_tab.h')
-rw-r--r-- | l1_char_class_tab.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/l1_char_class_tab.h b/l1_char_class_tab.h index d8bc8faec6..9be42d26da 100644 --- a/l1_char_class_tab.h +++ b/l1_char_class_tab.h @@ -1,4 +1,10 @@ -/* !! MODIFY AND USE Porting/mk_PL_charclass.pl TO CHANGE THIS TABLE !! */ +/* -*- buffer-read-only: t -*- + * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + * This file is built by Porting/mk_PL_charclass.pl from + * lib/unicore/CaseFolding.txt. + * Any changes made here will be lost! + */ + /* U+00 NUL */ _CC_CNTRL_A|_CC_CNTRL_L1, /* U+01 SOH */ _CC_CNTRL_A|_CC_CNTRL_L1, /* U+02 STX */ _CC_CNTRL_A|_CC_CNTRL_L1, @@ -255,3 +261,5 @@ /* U+FD y with acute */ _CC_ALNUMC_L1|_CC_ALPHA_L1|_CC_CHARNAME_CONT|_CC_GRAPH_L1|_CC_IDFIRST_L1|_CC_LOWER_L1|_CC_PRINT_L1|_CC_WORDCHAR_L1, /* U+FE thorn */ _CC_ALNUMC_L1|_CC_ALPHA_L1|_CC_CHARNAME_CONT|_CC_GRAPH_L1|_CC_IDFIRST_L1|_CC_LOWER_L1|_CC_PRINT_L1|_CC_WORDCHAR_L1, /* U+FF y with diaeresis */ _CC_NONLATIN1_FOLD|_CC_ALNUMC_L1|_CC_ALPHA_L1|_CC_CHARNAME_CONT|_CC_GRAPH_L1|_CC_IDFIRST_L1|_CC_LOWER_L1|_CC_PRINT_L1|_CC_WORDCHAR_L1, + +/* ex: set ro: */ |