diff options
Diffstat (limited to 'lib/unicore/Is.pl')
-rw-r--r-- | lib/unicore/Is.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/unicore/Is.pl b/lib/unicore/Is.pl index 55bb355027..5f39461503 100644 --- a/lib/unicore/Is.pl +++ b/lib/unicore/Is.pl @@ -1,7 +1,6 @@ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by mktables from e.g. Unicode.txt. # Any changes made here will be lost! -# Built Mon Jan 14 15:52:42 2002. ## ## Data in this file used by ../utf8_heavy.pl @@ -130,6 +129,9 @@ 'Zl' => 'Zl', 'Zp' => 'Zp', 'Zs' => 'Zs', + '_CanonDCIJ' => 'CanonDCI', + '_CaseIgnorable' => 'CaseIgno', + '_CombAbove' => 'CombAbov', ); ## Mappings from regex to filename in ./Is/ |