From: Jarkko Hietaniemi Date: Tue, 15 Jan 2002 14:16:28 +0000 (+0000) Subject: A couple of additional character classes from Jeffrey, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3a8c5f0908835d9797b3ad188f08e28c749556c;p=p5sagit%2Fp5-mst-13.2.git A couple of additional character classes from Jeffrey, hopefully useful in future for internal use for implementing some special cases of casing. Also regenerate once more all the character classes, now without the timestamp. A timestamp would be kind of nice but it's not: having a timestamp in a file means that even if the effective contents of file really didn't change, the file looks as if it changed. p4raw-id: //depot/perl@14274 --- diff --git a/MANIFEST b/MANIFEST index b0b2864..1cad553 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1491,7 +1491,7 @@ lib/unicore/In/YiRadica.pl Unicode character database lib/unicore/In/YiSyllab.pl Unicode character database lib/unicore/Index.txt Unicode character database lib/unicore/Is.pl Unicode character database -lib/unicore/Is/2.pl Unicode character database +lib/unicode/Is/2.pl Unicode character database lib/unicore/Is/Alnum.pl Unicode character database lib/unicore/Is/Alpha.pl Unicode character database lib/unicore/Is/Alphabet.pl Unicode character database @@ -1527,6 +1527,8 @@ lib/unicore/Is/Bopomofo.pl Unicode character database lib/unicore/Is/C.pl Unicode character database lib/unicore/Is/Canadian.pl Unicode character database lib/unicore/Is/Canon.pl Unicode character database +lib/unicore/Is/CanonDCI.pl Unicode character database +lib/unicore/Is/CaseIgno.pl Unicode character database lib/unicore/Is/Cc.pl Unicode character database lib/unicore/Is/Cf.pl Unicode character database lib/unicore/Is/Cherokee.pl Unicode character database @@ -1534,6 +1536,7 @@ lib/unicore/Is/Cn.pl Unicode character database lib/unicore/Is/Cntrl.pl Unicode character database lib/unicore/Is/Co.pl Unicode character database lib/unicore/Is/Common.pl Unicode character database +lib/unicore/Is/CombAbov.pl Unicode character database lib/unicore/Is/Compat.pl Unicode character database lib/unicore/Is/Cs.pl Unicode character database lib/unicore/Is/Cyrillic.pl Unicode character database diff --git a/lib/unicore/ArabLink.pl b/lib/unicore/ArabLink.pl index d888562..9e65a97 100644 --- a/lib/unicore/ArabLink.pl +++ b/lib/unicore/ArabLink.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. return <<'END'; 0621 U diff --git a/lib/unicore/ArabLnkGrp.pl b/lib/unicore/ArabLnkGrp.pl index 5986be5..104c30e 100644 --- a/lib/unicore/ArabLnkGrp.pl +++ b/lib/unicore/ArabLnkGrp.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. return <<'END'; 0621 diff --git a/lib/unicore/Bidirectional.pl b/lib/unicore/Bidirectional.pl index 89d5d5a..d9e1f58 100644 --- a/lib/unicore/Bidirectional.pl +++ b/lib/unicore/Bidirectional.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. return <<'END'; 0000 0008 BN diff --git a/lib/unicore/Blocks.pl b/lib/unicore/Blocks.pl index 129173f..751c9ce 100644 --- a/lib/unicore/Blocks.pl +++ b/lib/unicore/Blocks.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. return <<'END'; 0000 007F Basic Latin diff --git a/lib/unicore/Category.pl b/lib/unicore/Category.pl index 4fa5bdb..c56d9ad 100644 --- a/lib/unicore/Category.pl +++ b/lib/unicore/Category.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. return <<'END'; 0000 001F Cc diff --git a/lib/unicore/CombiningClass.pl b/lib/unicore/CombiningClass.pl index b0f1f2b..07c1f60 100644 --- a/lib/unicore/CombiningClass.pl +++ b/lib/unicore/CombiningClass.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. return <<'END'; 0300 0314 230 diff --git a/lib/unicore/Decomposition.pl b/lib/unicore/Decomposition.pl index 8569c58..021066a 100644 --- a/lib/unicore/Decomposition.pl +++ b/lib/unicore/Decomposition.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. return <<'END'; 00A0 0020 diff --git a/lib/unicore/In.pl b/lib/unicore/In.pl index 750cc46..aa04c0a 100644 --- a/lib/unicore/In.pl +++ b/lib/unicore/In.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 diff --git a/lib/unicore/In/Alphabet.pl b/lib/unicore/In/Alphabet.pl index a933599..61838e0 100644 --- a/lib/unicore/In/Alphabet.pl +++ b/lib/unicore/In/Alphabet.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. return <<'END'; FB00 FB4F Alphabetic Presentation Forms diff --git a/lib/unicore/In/Arabic.pl b/lib/unicore/In/Arabic.pl index 9cb3b0b..8cb5d9d 100644 --- a/lib/unicore/In/Arabic.pl +++ b/lib/unicore/In/Arabic.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. return <<'END'; 0600 06FF Arabic diff --git a/lib/unicore/In/ArabicP2.pl b/lib/unicore/In/ArabicP2.pl index 543632e..faa36a6 100644 --- a/lib/unicore/In/ArabicP2.pl +++ b/lib/unicore/In/ArabicP2.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. return <<'END'; FE70 FEFE Arabic Presentation Forms-B diff --git a/lib/unicore/In/ArabicPr.pl b/lib/unicore/In/ArabicPr.pl index 0dab9ec..4596dbf 100644 --- a/lib/unicore/In/ArabicPr.pl +++ b/lib/unicore/In/ArabicPr.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. return <<'END'; FB50 FDFF Arabic Presentation Forms-A diff --git a/lib/unicore/In/Armenian.pl b/lib/unicore/In/Armenian.pl index 16327a8..faec8db 100644 --- a/lib/unicore/In/Armenian.pl +++ b/lib/unicore/In/Armenian.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. return <<'END'; 0530 058F Armenian diff --git a/lib/unicore/In/Arrows.pl b/lib/unicore/In/Arrows.pl index f79381a..5d4c84f 100644 --- a/lib/unicore/In/Arrows.pl +++ b/lib/unicore/In/Arrows.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. return <<'END'; 2190 21FF Arrows diff --git a/lib/unicore/In/BasicLat.pl b/lib/unicore/In/BasicLat.pl index d329586..dc39528 100644 --- a/lib/unicore/In/BasicLat.pl +++ b/lib/unicore/In/BasicLat.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. return <<'END'; 0000 007F Basic Latin diff --git a/lib/unicore/In/Bengali.pl b/lib/unicore/In/Bengali.pl index e639fe3..0a72dc7 100644 --- a/lib/unicore/In/Bengali.pl +++ b/lib/unicore/In/Bengali.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. return <<'END'; 0980 09FF Bengali diff --git a/lib/unicore/In/BlockEle.pl b/lib/unicore/In/BlockEle.pl index 7b482c5..ff2e82a 100644 --- a/lib/unicore/In/BlockEle.pl +++ b/lib/unicore/In/BlockEle.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. return <<'END'; 2580 259F Block Elements diff --git a/lib/unicore/In/Bopomof2.pl b/lib/unicore/In/Bopomof2.pl index d420952..8bc6814 100644 --- a/lib/unicore/In/Bopomof2.pl +++ b/lib/unicore/In/Bopomof2.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. return <<'END'; 3100 312F Bopomofo diff --git a/lib/unicore/In/Bopomofo.pl b/lib/unicore/In/Bopomofo.pl index 43cfb41..c986d5a 100644 --- a/lib/unicore/In/Bopomofo.pl +++ b/lib/unicore/In/Bopomofo.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. return <<'END'; 31A0 31BF Bopomofo Extended diff --git a/lib/unicore/In/BoxDrawi.pl b/lib/unicore/In/BoxDrawi.pl index 2f8f90f..6ad7a75 100644 --- a/lib/unicore/In/BoxDrawi.pl +++ b/lib/unicore/In/BoxDrawi.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. return <<'END'; 2500 257F Box Drawing diff --git a/lib/unicore/In/BrailleP.pl b/lib/unicore/In/BrailleP.pl index 5f04ee1..d38dd0a 100644 --- a/lib/unicore/In/BrailleP.pl +++ b/lib/unicore/In/BrailleP.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. return <<'END'; 2800 28FF Braille Patterns diff --git a/lib/unicore/In/Byzantin.pl b/lib/unicore/In/Byzantin.pl index 268bfbe..c2630f8 100644 --- a/lib/unicore/In/Byzantin.pl +++ b/lib/unicore/In/Byzantin.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. return <<'END'; 1D000 1D0FF Byzantine Musical Symbols diff --git a/lib/unicore/In/Cherokee.pl b/lib/unicore/In/Cherokee.pl index cbf0dde..6953b5b 100644 --- a/lib/unicore/In/Cherokee.pl +++ b/lib/unicore/In/Cherokee.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. return <<'END'; 13A0 13FF Cherokee diff --git a/lib/unicore/In/CjkComp2.pl b/lib/unicore/In/CjkComp2.pl index 908e317..6673446 100644 --- a/lib/unicore/In/CjkComp2.pl +++ b/lib/unicore/In/CjkComp2.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. return <<'END'; F900 FAFF CJK Compatibility Ideographs diff --git a/lib/unicore/In/CjkComp3.pl b/lib/unicore/In/CjkComp3.pl index b443b4a..6682e83 100644 --- a/lib/unicore/In/CjkComp3.pl +++ b/lib/unicore/In/CjkComp3.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. return <<'END'; 3300 33FF CJK Compatibility diff --git a/lib/unicore/In/CjkComp4.pl b/lib/unicore/In/CjkComp4.pl index 5fe2fce..0df5cfc 100644 --- a/lib/unicore/In/CjkComp4.pl +++ b/lib/unicore/In/CjkComp4.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. return <<'END'; 2F800 2FA1F CJK Compatibility Ideographs Supplement diff --git a/lib/unicore/In/CjkCompa.pl b/lib/unicore/In/CjkCompa.pl index e18322d..c1cddb3 100644 --- a/lib/unicore/In/CjkCompa.pl +++ b/lib/unicore/In/CjkCompa.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. return <<'END'; FE30 FE4F CJK Compatibility Forms diff --git a/lib/unicore/In/CjkRadic.pl b/lib/unicore/In/CjkRadic.pl index 978b979..38727ad 100644 --- a/lib/unicore/In/CjkRadic.pl +++ b/lib/unicore/In/CjkRadic.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. return <<'END'; 2E80 2EFF CJK Radicals Supplement diff --git a/lib/unicore/In/CjkSymbo.pl b/lib/unicore/In/CjkSymbo.pl index d501d16..8f60a46 100644 --- a/lib/unicore/In/CjkSymbo.pl +++ b/lib/unicore/In/CjkSymbo.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. return <<'END'; 3000 303F CJK Symbols and Punctuation diff --git a/lib/unicore/In/CjkUnif2.pl b/lib/unicore/In/CjkUnif2.pl index a93c947..ca874f6 100644 --- a/lib/unicore/In/CjkUnif2.pl +++ b/lib/unicore/In/CjkUnif2.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. return <<'END'; 3400 4DB5 CJK Unified Ideographs Extension A diff --git a/lib/unicore/In/CjkUnif3.pl b/lib/unicore/In/CjkUnif3.pl index 0b7a902..96ac14a 100644 --- a/lib/unicore/In/CjkUnif3.pl +++ b/lib/unicore/In/CjkUnif3.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. return <<'END'; 20000 2A6D6 CJK Unified Ideographs Extension B diff --git a/lib/unicore/In/CjkUnifi.pl b/lib/unicore/In/CjkUnifi.pl index 15d6c0c..476d92a 100644 --- a/lib/unicore/In/CjkUnifi.pl +++ b/lib/unicore/In/CjkUnifi.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. return <<'END'; 4E00 9FFF CJK Unified Ideographs diff --git a/lib/unicore/In/Combini2.pl b/lib/unicore/In/Combini2.pl index d9fdce0..0a200f7 100644 --- a/lib/unicore/In/Combini2.pl +++ b/lib/unicore/In/Combini2.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. return <<'END'; 20D0 20FF Combining Marks for Symbols diff --git a/lib/unicore/In/Combini3.pl b/lib/unicore/In/Combini3.pl index bd1efbb..8a7ebb2 100644 --- a/lib/unicore/In/Combini3.pl +++ b/lib/unicore/In/Combini3.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. return <<'END'; FE20 FE2F Combining Half Marks diff --git a/lib/unicore/In/Combinin.pl b/lib/unicore/In/Combinin.pl index 52b1c85..e463a90 100644 --- a/lib/unicore/In/Combinin.pl +++ b/lib/unicore/In/Combinin.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. return <<'END'; 0300 036F Combining Diacritical Marks diff --git a/lib/unicore/In/ControlP.pl b/lib/unicore/In/ControlP.pl index a2f5dec..84f0488 100644 --- a/lib/unicore/In/ControlP.pl +++ b/lib/unicore/In/ControlP.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. return <<'END'; 2400 243F Control Pictures diff --git a/lib/unicore/In/Currency.pl b/lib/unicore/In/Currency.pl index 1246448..af45d9f 100644 --- a/lib/unicore/In/Currency.pl +++ b/lib/unicore/In/Currency.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. return <<'END'; 20A0 20CF Currency Symbols diff --git a/lib/unicore/In/Cyrillic.pl b/lib/unicore/In/Cyrillic.pl index c51c4ae..525b481 100644 --- a/lib/unicore/In/Cyrillic.pl +++ b/lib/unicore/In/Cyrillic.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. return <<'END'; 0400 04FF Cyrillic diff --git a/lib/unicore/In/Deseret.pl b/lib/unicore/In/Deseret.pl index 93f48b0..c158121 100644 --- a/lib/unicore/In/Deseret.pl +++ b/lib/unicore/In/Deseret.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. return <<'END'; 10400 1044F Deseret diff --git a/lib/unicore/In/Devanaga.pl b/lib/unicore/In/Devanaga.pl index a72064e..2ea6685 100644 --- a/lib/unicore/In/Devanaga.pl +++ b/lib/unicore/In/Devanaga.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. return <<'END'; 0900 097F Devanagari diff --git a/lib/unicore/In/Dingbats.pl b/lib/unicore/In/Dingbats.pl index 392dfda..9d91ba2 100644 --- a/lib/unicore/In/Dingbats.pl +++ b/lib/unicore/In/Dingbats.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. return <<'END'; 2700 27BF Dingbats diff --git a/lib/unicore/In/Enclose2.pl b/lib/unicore/In/Enclose2.pl index 74625c9..51fdd2a 100644 --- a/lib/unicore/In/Enclose2.pl +++ b/lib/unicore/In/Enclose2.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. return <<'END'; 2460 24FF Enclosed Alphanumerics diff --git a/lib/unicore/In/Enclosed.pl b/lib/unicore/In/Enclosed.pl index b0cad12..b2236a5 100644 --- a/lib/unicore/In/Enclosed.pl +++ b/lib/unicore/In/Enclosed.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. return <<'END'; 3200 32FF Enclosed CJK Letters and Months diff --git a/lib/unicore/In/Ethiopic.pl b/lib/unicore/In/Ethiopic.pl index 041fdce..1fb9683 100644 --- a/lib/unicore/In/Ethiopic.pl +++ b/lib/unicore/In/Ethiopic.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. return <<'END'; 1200 137F Ethiopic diff --git a/lib/unicore/In/GeneralP.pl b/lib/unicore/In/GeneralP.pl index 086777b..c0b8f84 100644 --- a/lib/unicore/In/GeneralP.pl +++ b/lib/unicore/In/GeneralP.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. return <<'END'; 2000 206F General Punctuation diff --git a/lib/unicore/In/Geometri.pl b/lib/unicore/In/Geometri.pl index 17e6e21..874cc37 100644 --- a/lib/unicore/In/Geometri.pl +++ b/lib/unicore/In/Geometri.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. return <<'END'; 25A0 25FF Geometric Shapes diff --git a/lib/unicore/In/Georgian.pl b/lib/unicore/In/Georgian.pl index b8caa4f..a63dfde 100644 --- a/lib/unicore/In/Georgian.pl +++ b/lib/unicore/In/Georgian.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. return <<'END'; 10A0 10FF Georgian diff --git a/lib/unicore/In/Gothic.pl b/lib/unicore/In/Gothic.pl index 1f87482..733e7a0 100644 --- a/lib/unicore/In/Gothic.pl +++ b/lib/unicore/In/Gothic.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. return <<'END'; 10330 1034F Gothic diff --git a/lib/unicore/In/Greek.pl b/lib/unicore/In/Greek.pl index f080170..241ae52 100644 --- a/lib/unicore/In/Greek.pl +++ b/lib/unicore/In/Greek.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. return <<'END'; 0370 03FF Greek diff --git a/lib/unicore/In/GreekExt.pl b/lib/unicore/In/GreekExt.pl index 02df961..0e424bb 100644 --- a/lib/unicore/In/GreekExt.pl +++ b/lib/unicore/In/GreekExt.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. return <<'END'; 1F00 1FFF Greek Extended diff --git a/lib/unicore/In/Gujarati.pl b/lib/unicore/In/Gujarati.pl index af9ae92..e22a635 100644 --- a/lib/unicore/In/Gujarati.pl +++ b/lib/unicore/In/Gujarati.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. return <<'END'; 0A80 0AFF Gujarati diff --git a/lib/unicore/In/Gurmukhi.pl b/lib/unicore/In/Gurmukhi.pl index da677f8..c9d57a1 100644 --- a/lib/unicore/In/Gurmukhi.pl +++ b/lib/unicore/In/Gurmukhi.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. return <<'END'; 0A00 0A7F Gurmukhi diff --git a/lib/unicore/In/Halfwidt.pl b/lib/unicore/In/Halfwidt.pl index 91264c1..c118d02 100644 --- a/lib/unicore/In/Halfwidt.pl +++ b/lib/unicore/In/Halfwidt.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. return <<'END'; FF00 FFEF Halfwidth and Fullwidth Forms diff --git a/lib/unicore/In/HangulCo.pl b/lib/unicore/In/HangulCo.pl index 537d5c2..03cde6b 100644 --- a/lib/unicore/In/HangulCo.pl +++ b/lib/unicore/In/HangulCo.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. return <<'END'; 3130 318F Hangul Compatibility Jamo diff --git a/lib/unicore/In/HangulJa.pl b/lib/unicore/In/HangulJa.pl index dffca4e..c713b72 100644 --- a/lib/unicore/In/HangulJa.pl +++ b/lib/unicore/In/HangulJa.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. return <<'END'; 1100 11FF Hangul Jamo diff --git a/lib/unicore/In/HangulSy.pl b/lib/unicore/In/HangulSy.pl index df48f5f..d1fb6cb 100644 --- a/lib/unicore/In/HangulSy.pl +++ b/lib/unicore/In/HangulSy.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. return <<'END'; AC00 D7A3 Hangul Syllables diff --git a/lib/unicore/In/Hebrew.pl b/lib/unicore/In/Hebrew.pl index da44061..77daa39 100644 --- a/lib/unicore/In/Hebrew.pl +++ b/lib/unicore/In/Hebrew.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. return <<'END'; 0590 05FF Hebrew diff --git a/lib/unicore/In/HighPriv.pl b/lib/unicore/In/HighPriv.pl index f58a9aa..d6cd369 100644 --- a/lib/unicore/In/HighPriv.pl +++ b/lib/unicore/In/HighPriv.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. return <<'END'; DB80 DBFF High Private Use Surrogates diff --git a/lib/unicore/In/HighSurr.pl b/lib/unicore/In/HighSurr.pl index 28020f9..5a168ee 100644 --- a/lib/unicore/In/HighSurr.pl +++ b/lib/unicore/In/HighSurr.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. return <<'END'; D800 DB7F High Surrogates diff --git a/lib/unicore/In/Hiragana.pl b/lib/unicore/In/Hiragana.pl index a2a3a75..8e45988 100644 --- a/lib/unicore/In/Hiragana.pl +++ b/lib/unicore/In/Hiragana.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. return <<'END'; 3040 309F Hiragana diff --git a/lib/unicore/In/Ideograp.pl b/lib/unicore/In/Ideograp.pl index e1047aa..009c043 100644 --- a/lib/unicore/In/Ideograp.pl +++ b/lib/unicore/In/Ideograp.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. return <<'END'; 2FF0 2FFF Ideographic Description Characters diff --git a/lib/unicore/In/IpaExten.pl b/lib/unicore/In/IpaExten.pl index b82dc59..18b47e2 100644 --- a/lib/unicore/In/IpaExten.pl +++ b/lib/unicore/In/IpaExten.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. return <<'END'; 0250 02AF IPA Extensions diff --git a/lib/unicore/In/Kanbun.pl b/lib/unicore/In/Kanbun.pl index 4f49577..e277500 100644 --- a/lib/unicore/In/Kanbun.pl +++ b/lib/unicore/In/Kanbun.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. return <<'END'; 3190 319F Kanbun diff --git a/lib/unicore/In/KangxiRa.pl b/lib/unicore/In/KangxiRa.pl index 12bf5fd..de34e58 100644 --- a/lib/unicore/In/KangxiRa.pl +++ b/lib/unicore/In/KangxiRa.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. return <<'END'; 2F00 2FDF Kangxi Radicals diff --git a/lib/unicore/In/Kannada.pl b/lib/unicore/In/Kannada.pl index 566d832..839711e 100644 --- a/lib/unicore/In/Kannada.pl +++ b/lib/unicore/In/Kannada.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. return <<'END'; 0C80 0CFF Kannada diff --git a/lib/unicore/In/Katakana.pl b/lib/unicore/In/Katakana.pl index a60e6de..2233527 100644 --- a/lib/unicore/In/Katakana.pl +++ b/lib/unicore/In/Katakana.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. return <<'END'; 30A0 30FF Katakana diff --git a/lib/unicore/In/Khmer.pl b/lib/unicore/In/Khmer.pl index 40d2d66..2b5ee63 100644 --- a/lib/unicore/In/Khmer.pl +++ b/lib/unicore/In/Khmer.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. return <<'END'; 1780 17FF Khmer diff --git a/lib/unicore/In/Lao.pl b/lib/unicore/In/Lao.pl index 01c0a72..9769e84 100644 --- a/lib/unicore/In/Lao.pl +++ b/lib/unicore/In/Lao.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. return <<'END'; 0E80 0EFF Lao diff --git a/lib/unicore/In/Latin1Su.pl b/lib/unicore/In/Latin1Su.pl index 4a320fb..1950918 100644 --- a/lib/unicore/In/Latin1Su.pl +++ b/lib/unicore/In/Latin1Su.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. return <<'END'; 0080 00FF Latin-1 Supplement diff --git a/lib/unicore/In/LatinEx2.pl b/lib/unicore/In/LatinEx2.pl index 5c2a5a8..5f67de5 100644 --- a/lib/unicore/In/LatinEx2.pl +++ b/lib/unicore/In/LatinEx2.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. return <<'END'; 0100 017F Latin Extended-A diff --git a/lib/unicore/In/LatinEx3.pl b/lib/unicore/In/LatinEx3.pl index 8d8c7d8..21f362e 100644 --- a/lib/unicore/In/LatinEx3.pl +++ b/lib/unicore/In/LatinEx3.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. return <<'END'; 0180 024F Latin Extended-B diff --git a/lib/unicore/In/LatinExt.pl b/lib/unicore/In/LatinExt.pl index 46fa7df..fade1d8 100644 --- a/lib/unicore/In/LatinExt.pl +++ b/lib/unicore/In/LatinExt.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. return <<'END'; 1E00 1EFF Latin Extended Additional diff --git a/lib/unicore/In/Letterli.pl b/lib/unicore/In/Letterli.pl index bde688e..5847d50 100644 --- a/lib/unicore/In/Letterli.pl +++ b/lib/unicore/In/Letterli.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. return <<'END'; 2100 214F Letterlike Symbols diff --git a/lib/unicore/In/LowSurro.pl b/lib/unicore/In/LowSurro.pl index a4c9843..2dbcb0c 100644 --- a/lib/unicore/In/LowSurro.pl +++ b/lib/unicore/In/LowSurro.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. return <<'END'; DC00 DFFF Low Surrogates diff --git a/lib/unicore/In/Malayala.pl b/lib/unicore/In/Malayala.pl index ef10cbc..9fb4c23 100644 --- a/lib/unicore/In/Malayala.pl +++ b/lib/unicore/In/Malayala.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. return <<'END'; 0D00 0D7F Malayalam diff --git a/lib/unicore/In/Mathema2.pl b/lib/unicore/In/Mathema2.pl index 020d69d..994dff2 100644 --- a/lib/unicore/In/Mathema2.pl +++ b/lib/unicore/In/Mathema2.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. return <<'END'; 1D400 1D7FF Mathematical Alphanumeric Symbols diff --git a/lib/unicore/In/Mathemat.pl b/lib/unicore/In/Mathemat.pl index d6395f6..812e6d3 100644 --- a/lib/unicore/In/Mathemat.pl +++ b/lib/unicore/In/Mathemat.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. return <<'END'; 2200 22FF Mathematical Operators diff --git a/lib/unicore/In/Miscell2.pl b/lib/unicore/In/Miscell2.pl index 4e49673..1fe5615 100644 --- a/lib/unicore/In/Miscell2.pl +++ b/lib/unicore/In/Miscell2.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. return <<'END'; 2600 26FF Miscellaneous Symbols diff --git a/lib/unicore/In/Miscella.pl b/lib/unicore/In/Miscella.pl index 9b317f3..a465860 100644 --- a/lib/unicore/In/Miscella.pl +++ b/lib/unicore/In/Miscella.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. return <<'END'; 2300 23FF Miscellaneous Technical diff --git a/lib/unicore/In/Mongolia.pl b/lib/unicore/In/Mongolia.pl index da6b69c..af37355 100644 --- a/lib/unicore/In/Mongolia.pl +++ b/lib/unicore/In/Mongolia.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. return <<'END'; 1800 18AF Mongolian diff --git a/lib/unicore/In/MusicalS.pl b/lib/unicore/In/MusicalS.pl index e7f831a..3fea06a 100644 --- a/lib/unicore/In/MusicalS.pl +++ b/lib/unicore/In/MusicalS.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. return <<'END'; 1D100 1D1FF Musical Symbols diff --git a/lib/unicore/In/Myanmar.pl b/lib/unicore/In/Myanmar.pl index 28909cf..89b936d 100644 --- a/lib/unicore/In/Myanmar.pl +++ b/lib/unicore/In/Myanmar.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. return <<'END'; 1000 109F Myanmar diff --git a/lib/unicore/In/NumberFo.pl b/lib/unicore/In/NumberFo.pl index f50586c..8857fff 100644 --- a/lib/unicore/In/NumberFo.pl +++ b/lib/unicore/In/NumberFo.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. return <<'END'; 2150 218F Number Forms diff --git a/lib/unicore/In/Ogham.pl b/lib/unicore/In/Ogham.pl index 2758ab8..9c59ecc 100644 --- a/lib/unicore/In/Ogham.pl +++ b/lib/unicore/In/Ogham.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. return <<'END'; 1680 169F Ogham diff --git a/lib/unicore/In/OldItali.pl b/lib/unicore/In/OldItali.pl index 0bc47a4..4f12a56 100644 --- a/lib/unicore/In/OldItali.pl +++ b/lib/unicore/In/OldItali.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. return <<'END'; 10300 1032F Old Italic diff --git a/lib/unicore/In/OpticalC.pl b/lib/unicore/In/OpticalC.pl index 29e3093..1112264 100644 --- a/lib/unicore/In/OpticalC.pl +++ b/lib/unicore/In/OpticalC.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. return <<'END'; 2440 245F Optical Character Recognition diff --git a/lib/unicore/In/Oriya.pl b/lib/unicore/In/Oriya.pl index 18063bb..6a31054 100644 --- a/lib/unicore/In/Oriya.pl +++ b/lib/unicore/In/Oriya.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. return <<'END'; 0B00 0B7F Oriya diff --git a/lib/unicore/In/PrivateU.pl b/lib/unicore/In/PrivateU.pl index eb04e06..90c22ce 100644 --- a/lib/unicore/In/PrivateU.pl +++ b/lib/unicore/In/PrivateU.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. return <<'END'; E000 F8FF Private Use diff --git a/lib/unicore/In/Runic.pl b/lib/unicore/In/Runic.pl index af4cd46..fcb9cf8 100644 --- a/lib/unicore/In/Runic.pl +++ b/lib/unicore/In/Runic.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. return <<'END'; 16A0 16FF Runic diff --git a/lib/unicore/In/Sinhala.pl b/lib/unicore/In/Sinhala.pl index 1cab24c..b5ce849 100644 --- a/lib/unicore/In/Sinhala.pl +++ b/lib/unicore/In/Sinhala.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. return <<'END'; 0D80 0DFF Sinhala diff --git a/lib/unicore/In/SmallFor.pl b/lib/unicore/In/SmallFor.pl index c7ecd81..cc7315a 100644 --- a/lib/unicore/In/SmallFor.pl +++ b/lib/unicore/In/SmallFor.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. return <<'END'; FE50 FE6F Small Form Variants diff --git a/lib/unicore/In/SpacingM.pl b/lib/unicore/In/SpacingM.pl index 718c8d2..1a56ed7 100644 --- a/lib/unicore/In/SpacingM.pl +++ b/lib/unicore/In/SpacingM.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. return <<'END'; 02B0 02FF Spacing Modifier Letters diff --git a/lib/unicore/In/Specials.pl b/lib/unicore/In/Specials.pl index d68264c..739e738 100644 --- a/lib/unicore/In/Specials.pl +++ b/lib/unicore/In/Specials.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. return <<'END'; FEFF Specials diff --git a/lib/unicore/In/Superscr.pl b/lib/unicore/In/Superscr.pl index f9dcb1d..549d730 100644 --- a/lib/unicore/In/Superscr.pl +++ b/lib/unicore/In/Superscr.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. return <<'END'; 2070 209F Superscripts and Subscripts diff --git a/lib/unicore/In/Syriac.pl b/lib/unicore/In/Syriac.pl index 202c759..5187daa 100644 --- a/lib/unicore/In/Syriac.pl +++ b/lib/unicore/In/Syriac.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. return <<'END'; 0700 074F Syriac diff --git a/lib/unicore/In/Tags.pl b/lib/unicore/In/Tags.pl index 604ccf4..12aab44 100644 --- a/lib/unicore/In/Tags.pl +++ b/lib/unicore/In/Tags.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. return <<'END'; E0000 E007F Tags diff --git a/lib/unicore/In/Tamil.pl b/lib/unicore/In/Tamil.pl index e57851a..036f952 100644 --- a/lib/unicore/In/Tamil.pl +++ b/lib/unicore/In/Tamil.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. return <<'END'; 0B80 0BFF Tamil diff --git a/lib/unicore/In/Telugu.pl b/lib/unicore/In/Telugu.pl index 620b5ba..b145c79 100644 --- a/lib/unicore/In/Telugu.pl +++ b/lib/unicore/In/Telugu.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. return <<'END'; 0C00 0C7F Telugu diff --git a/lib/unicore/In/Thaana.pl b/lib/unicore/In/Thaana.pl index bf673b8..76ff869 100644 --- a/lib/unicore/In/Thaana.pl +++ b/lib/unicore/In/Thaana.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. return <<'END'; 0780 07BF Thaana diff --git a/lib/unicore/In/Thai.pl b/lib/unicore/In/Thai.pl index 980b57d..7faa851 100644 --- a/lib/unicore/In/Thai.pl +++ b/lib/unicore/In/Thai.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. return <<'END'; 0E00 0E7F Thai diff --git a/lib/unicore/In/Tibetan.pl b/lib/unicore/In/Tibetan.pl index eafc45f..7b9d788 100644 --- a/lib/unicore/In/Tibetan.pl +++ b/lib/unicore/In/Tibetan.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. return <<'END'; 0F00 0FFF Tibetan diff --git a/lib/unicore/In/UnifiedC.pl b/lib/unicore/In/UnifiedC.pl index 9d0d0eb..37bc793 100644 --- a/lib/unicore/In/UnifiedC.pl +++ b/lib/unicore/In/UnifiedC.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. return <<'END'; 1400 167F Unified Canadian Aboriginal Syllabics diff --git a/lib/unicore/In/YiRadica.pl b/lib/unicore/In/YiRadica.pl index 4f2a992..7d458bf 100644 --- a/lib/unicore/In/YiRadica.pl +++ b/lib/unicore/In/YiRadica.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. return <<'END'; A490 A4CF Yi Radicals diff --git a/lib/unicore/In/YiSyllab.pl b/lib/unicore/In/YiSyllab.pl index e1f5d4f..c02636c 100644 --- a/lib/unicore/In/YiSyllab.pl +++ b/lib/unicore/In/YiSyllab.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. return <<'END'; A000 A48F Yi Syllables diff --git a/lib/unicore/Is.pl b/lib/unicore/Is.pl index 55bb355..5f39461 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/ diff --git a/lib/unicore/Is/2.pl b/lib/unicore/Is/2.pl index f619a48..45bee6a 100644 --- a/lib/unicore/Is/2.pl +++ b/lib/unicore/Is/2.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/ASCII.pl b/lib/unicore/Is/ASCII.pl index b38a578..38371c4 100644 --- a/lib/unicore/Is/ASCII.pl +++ b/lib/unicore/Is/ASCII.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. return <<'END'; 0000 007F diff --git a/lib/unicore/Is/ASCIIHex.pl b/lib/unicore/Is/ASCIIHex.pl index 67ebaa2..f05281c 100644 --- a/lib/unicore/Is/ASCIIHex.pl +++ b/lib/unicore/Is/ASCIIHex.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. return <<'END'; 0030 0039 ASCII_Hex_Digit diff --git a/lib/unicore/Is/Alnum.pl b/lib/unicore/Is/Alnum.pl index 1e3a08e..ba30997 100644 --- a/lib/unicore/Is/Alnum.pl +++ b/lib/unicore/Is/Alnum.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/Alpha.pl b/lib/unicore/Is/Alpha.pl index ee64cb1..6e71b2d 100644 --- a/lib/unicore/Is/Alpha.pl +++ b/lib/unicore/Is/Alpha.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/Alphabet.pl b/lib/unicore/Is/Alphabet.pl index 0604978..39657f6 100644 --- a/lib/unicore/Is/Alphabet.pl +++ b/lib/unicore/Is/Alphabet.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/Any.pl b/lib/unicore/Is/Any.pl index 95b36f4..6fbc564 100644 --- a/lib/unicore/Is/Any.pl +++ b/lib/unicore/Is/Any.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. return <<'END'; 0000 10FFFF diff --git a/lib/unicore/Is/Arabic.pl b/lib/unicore/Is/Arabic.pl index 011c393..10b15cd 100644 --- a/lib/unicore/Is/Arabic.pl +++ b/lib/unicore/Is/Arabic.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. return <<'END'; 0621 063A ARABIC diff --git a/lib/unicore/Is/Armenian.pl b/lib/unicore/Is/Armenian.pl index 24d18bd..3c296f1 100644 --- a/lib/unicore/Is/Armenian.pl +++ b/lib/unicore/Is/Armenian.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. return <<'END'; 0531 0556 ARMENIAN diff --git a/lib/unicore/Is/Assigned.pl b/lib/unicore/Is/Assigned.pl index 1d9409b..f304e3d 100644 --- a/lib/unicore/Is/Assigned.pl +++ b/lib/unicore/Is/Assigned.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. return <<'END'; 0000 021F diff --git a/lib/unicore/Is/Bengali.pl b/lib/unicore/Is/Bengali.pl index 3270c7c..540b1c1 100644 --- a/lib/unicore/Is/Bengali.pl +++ b/lib/unicore/Is/Bengali.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. return <<'END'; 0981 BENGALI diff --git a/lib/unicore/Is/BidiAL.pl b/lib/unicore/Is/BidiAL.pl index c6cf48c..ab60d14 100644 --- a/lib/unicore/Is/BidiAL.pl +++ b/lib/unicore/Is/BidiAL.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. return <<'END'; 061B diff --git a/lib/unicore/Is/BidiAN.pl b/lib/unicore/Is/BidiAN.pl index 7aade0b..9213e1c 100644 --- a/lib/unicore/Is/BidiAN.pl +++ b/lib/unicore/Is/BidiAN.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. return <<'END'; 0660 0669 diff --git a/lib/unicore/Is/BidiB.pl b/lib/unicore/Is/BidiB.pl index 3340806..448c7f7 100644 --- a/lib/unicore/Is/BidiB.pl +++ b/lib/unicore/Is/BidiB.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. return <<'END'; 000A diff --git a/lib/unicore/Is/BidiBN.pl b/lib/unicore/Is/BidiBN.pl index f349dc8..ff79c3b 100644 --- a/lib/unicore/Is/BidiBN.pl +++ b/lib/unicore/Is/BidiBN.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. return <<'END'; 0000 0008 diff --git a/lib/unicore/Is/BidiCS.pl b/lib/unicore/Is/BidiCS.pl index 65beda2..924351c 100644 --- a/lib/unicore/Is/BidiCS.pl +++ b/lib/unicore/Is/BidiCS.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. return <<'END'; 002C diff --git a/lib/unicore/Is/BidiCont.pl b/lib/unicore/Is/BidiCont.pl index 1ff0499..0ef690e 100644 --- a/lib/unicore/Is/BidiCont.pl +++ b/lib/unicore/Is/BidiCont.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. return <<'END'; 200E 200F Bidi_Control diff --git a/lib/unicore/Is/BidiEN.pl b/lib/unicore/Is/BidiEN.pl index e196276..8bd7ee4 100644 --- a/lib/unicore/Is/BidiEN.pl +++ b/lib/unicore/Is/BidiEN.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/BidiES.pl b/lib/unicore/Is/BidiES.pl index 9782f27..3d033bb 100644 --- a/lib/unicore/Is/BidiES.pl +++ b/lib/unicore/Is/BidiES.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. return <<'END'; 002F diff --git a/lib/unicore/Is/BidiET.pl b/lib/unicore/Is/BidiET.pl index 9f90acb..56a4a5f 100644 --- a/lib/unicore/Is/BidiET.pl +++ b/lib/unicore/Is/BidiET.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. return <<'END'; 0023 0025 diff --git a/lib/unicore/Is/BidiL.pl b/lib/unicore/Is/BidiL.pl index 6d3ad6a..872a6cc 100644 --- a/lib/unicore/Is/BidiL.pl +++ b/lib/unicore/Is/BidiL.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/BidiLRE.pl b/lib/unicore/Is/BidiLRE.pl index d4b81f2..aabf153 100644 --- a/lib/unicore/Is/BidiLRE.pl +++ b/lib/unicore/Is/BidiLRE.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. return <<'END'; 202A diff --git a/lib/unicore/Is/BidiLRO.pl b/lib/unicore/Is/BidiLRO.pl index 3177767..8e24662 100644 --- a/lib/unicore/Is/BidiLRO.pl +++ b/lib/unicore/Is/BidiLRO.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. return <<'END'; 202D diff --git a/lib/unicore/Is/BidiNSM.pl b/lib/unicore/Is/BidiNSM.pl index 4013a9a..3d3a5e1 100644 --- a/lib/unicore/Is/BidiNSM.pl +++ b/lib/unicore/Is/BidiNSM.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. return <<'END'; 0300 034E diff --git a/lib/unicore/Is/BidiON.pl b/lib/unicore/Is/BidiON.pl index af0a164..fc94845 100644 --- a/lib/unicore/Is/BidiON.pl +++ b/lib/unicore/Is/BidiON.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. return <<'END'; 0021 0022 diff --git a/lib/unicore/Is/BidiPDF.pl b/lib/unicore/Is/BidiPDF.pl index a1429a3..514c525 100644 --- a/lib/unicore/Is/BidiPDF.pl +++ b/lib/unicore/Is/BidiPDF.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. return <<'END'; 202C diff --git a/lib/unicore/Is/BidiR.pl b/lib/unicore/Is/BidiR.pl index b309d91..785fa68 100644 --- a/lib/unicore/Is/BidiR.pl +++ b/lib/unicore/Is/BidiR.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. return <<'END'; 05BE diff --git a/lib/unicore/Is/BidiRLE.pl b/lib/unicore/Is/BidiRLE.pl index 949cd1c..94d64fc 100644 --- a/lib/unicore/Is/BidiRLE.pl +++ b/lib/unicore/Is/BidiRLE.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. return <<'END'; 202B diff --git a/lib/unicore/Is/BidiRLO.pl b/lib/unicore/Is/BidiRLO.pl index 02934c1..1ddc022 100644 --- a/lib/unicore/Is/BidiRLO.pl +++ b/lib/unicore/Is/BidiRLO.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. return <<'END'; 202E diff --git a/lib/unicore/Is/BidiS.pl b/lib/unicore/Is/BidiS.pl index ac0e3d7..c091b7f 100644 --- a/lib/unicore/Is/BidiS.pl +++ b/lib/unicore/Is/BidiS.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. return <<'END'; 0009 diff --git a/lib/unicore/Is/BidiWS.pl b/lib/unicore/Is/BidiWS.pl index 1ca7fc4..c29ceac 100644 --- a/lib/unicore/Is/BidiWS.pl +++ b/lib/unicore/Is/BidiWS.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. return <<'END'; 000C diff --git a/lib/unicore/Is/Blank.pl b/lib/unicore/Is/Blank.pl index 393090e..c30f427 100644 --- a/lib/unicore/Is/Blank.pl +++ b/lib/unicore/Is/Blank.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. return <<'END'; 0009 diff --git a/lib/unicore/Is/Bopomofo.pl b/lib/unicore/Is/Bopomofo.pl index a298338..f78f022 100644 --- a/lib/unicore/Is/Bopomofo.pl +++ b/lib/unicore/Is/Bopomofo.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. return <<'END'; 3105 312C BOPOMOFO diff --git a/lib/unicore/Is/C.pl b/lib/unicore/Is/C.pl index 0ff5c96..e59fc12 100644 --- a/lib/unicore/Is/C.pl +++ b/lib/unicore/Is/C.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. return <<'END'; 0000 001F diff --git a/lib/unicore/Is/Canadian.pl b/lib/unicore/Is/Canadian.pl index 6d3fec2..16e082d 100644 --- a/lib/unicore/Is/Canadian.pl +++ b/lib/unicore/Is/Canadian.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. return <<'END'; 1401 166C CANADIAN-ABORIGINAL diff --git a/lib/unicore/Is/Canon.pl b/lib/unicore/Is/Canon.pl index 19b230a..4d757c6 100644 --- a/lib/unicore/Is/Canon.pl +++ b/lib/unicore/Is/Canon.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. return <<'END'; 00C0 00C5 diff --git a/lib/unicore/Is/CanonDCI.pl b/lib/unicore/Is/CanonDCI.pl new file mode 100644 index 0000000..cbde5da --- /dev/null +++ b/lib/unicore/Is/CanonDCI.pl @@ -0,0 +1,10 @@ +# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +# This file is built by mktables from e.g. Unicode.txt. +# Any changes made here will be lost! + +return <<'END'; +0069 006A +012F +1E2D +1ECB +END diff --git a/lib/unicore/Is/CaseIgno.pl b/lib/unicore/Is/CaseIgno.pl new file mode 100644 index 0000000..3fc58ec --- /dev/null +++ b/lib/unicore/Is/CaseIgno.pl @@ -0,0 +1,105 @@ +# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +# This file is built by mktables from e.g. Unicode.txt. +# Any changes made here will be lost! + +return <<'END'; +00AD +0300 034E +0360 0362 +0483 0486 +0591 05A1 +05A3 05B9 +05BB 05BD +05BF +05C1 05C2 +05C4 +064B 0655 +0670 +06D6 06DC +06DF 06E4 +06E7 06E8 +06EA 06ED +0711 +0730 074A +07A6 07B0 +0901 0902 +093C +0941 0948 +094D +0951 0954 +0962 0963 +0981 +09BC +09C1 09C4 +09CD +09E2 09E3 +0A02 +0A3C +0A41 0A42 +0A47 0A48 +0A4B 0A4D +0A70 0A71 +0A81 0A82 +0ABC +0AC1 0AC5 +0AC7 0AC8 +0ACD +0B01 +0B3C +0B3F +0B41 0B43 +0B4D +0B56 +0B82 +0BC0 +0BCD +0C3E 0C40 +0C46 0C48 +0C4A 0C4D +0C55 0C56 +0CBF +0CC6 +0CCC 0CCD +0D41 0D43 +0D4D +0DCA +0DD2 0DD4 +0DD6 +0E31 +0E34 0E3A +0E47 0E4E +0EB1 +0EB4 0EB9 +0EBB 0EBC +0EC8 0ECD +0F18 0F19 +0F35 +0F37 +0F39 +0F71 0F7E +0F80 0F84 +0F86 0F87 +0F90 0F97 +0F99 0FBC +0FC6 +102D 1030 +1032 +1036 1037 +1039 +1058 1059 +17B7 17BD +17C6 +17C9 17D3 +18A9 +2010 +20D0 20DC +20E1 +302A 302F +3099 309A +FB1E +FE20 FE23 +1D167 1D169 +1D17B 1D182 +1D185 1D18B +1D1AA 1D1AD +END diff --git a/lib/unicore/Is/Cc.pl b/lib/unicore/Is/Cc.pl index edcdcb7..3b5c61f 100644 --- a/lib/unicore/Is/Cc.pl +++ b/lib/unicore/Is/Cc.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. return <<'END'; 0000 001F diff --git a/lib/unicore/Is/Cf.pl b/lib/unicore/Is/Cf.pl index 35543b8..c877b18 100644 --- a/lib/unicore/Is/Cf.pl +++ b/lib/unicore/Is/Cf.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. return <<'END'; 070F diff --git a/lib/unicore/Is/Cherokee.pl b/lib/unicore/Is/Cherokee.pl index 8763293..8ede678 100644 --- a/lib/unicore/Is/Cherokee.pl +++ b/lib/unicore/Is/Cherokee.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. return <<'END'; 13A0 13F4 CHEROKEE diff --git a/lib/unicore/Is/Cn.pl b/lib/unicore/Is/Cn.pl index cb6652c..4b3b029 100644 --- a/lib/unicore/Is/Cn.pl +++ b/lib/unicore/Is/Cn.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. return <<'END'; 0220 0221 diff --git a/lib/unicore/Is/Cntrl.pl b/lib/unicore/Is/Cntrl.pl index 39a91d0..3bd0913 100644 --- a/lib/unicore/Is/Cntrl.pl +++ b/lib/unicore/Is/Cntrl.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. return <<'END'; 0000 001F diff --git a/lib/unicore/Is/Co.pl b/lib/unicore/Is/Co.pl index 27dd743..368bc30 100644 --- a/lib/unicore/Is/Co.pl +++ b/lib/unicore/Is/Co.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. return <<'END'; E000 F8FF diff --git a/lib/unicore/Is/CombAbov.pl b/lib/unicore/Is/CombAbov.pl new file mode 100644 index 0000000..e8213bc --- /dev/null +++ b/lib/unicore/Is/CombAbov.pl @@ -0,0 +1,45 @@ +# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +# This file is built by mktables from e.g. Unicode.txt. +# Any changes made here will be lost! + +return <<'END'; +0300 0314 +033D 0344 +0346 +034A 034C +0483 0486 +0592 0595 +0597 0599 +059C 05A1 +05A8 05A9 +05AB 05AC +05AF +05C4 +0653 0654 +06D6 06DC +06DF 06E2 +06E4 +06E7 06E8 +06EB 06EC +0730 +0732 0733 +0735 0736 +073A +073D +073F 0741 +0743 +0745 +0747 +0749 074A +0951 +0953 0954 +0F82 0F83 +0F86 0F87 +20D0 20D1 +20D4 20D7 +20DB 20DC +20E1 +FE20 FE23 +1D185 1D189 +1D1AA 1D1AD +END diff --git a/lib/unicore/Is/Common.pl b/lib/unicore/Is/Common.pl index aa39038..3caaeed 100644 --- a/lib/unicore/Is/Common.pl +++ b/lib/unicore/Is/Common.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. return <<'END'; 0000 0040 diff --git a/lib/unicore/Is/Compat.pl b/lib/unicore/Is/Compat.pl index 9937157..b4d97a0 100644 --- a/lib/unicore/Is/Compat.pl +++ b/lib/unicore/Is/Compat.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. return <<'END'; 00A0 diff --git a/lib/unicore/Is/Cs.pl b/lib/unicore/Is/Cs.pl index caeda7a..1d0caab 100644 --- a/lib/unicore/Is/Cs.pl +++ b/lib/unicore/Is/Cs.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. return <<'END'; D800 DFFF diff --git a/lib/unicore/Is/Cyrillic.pl b/lib/unicore/Is/Cyrillic.pl index 5ba70d3..846a362 100644 --- a/lib/unicore/Is/Cyrillic.pl +++ b/lib/unicore/Is/Cyrillic.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. return <<'END'; 0400 0481 CYRILLIC diff --git a/lib/unicore/Is/DCcircle.pl b/lib/unicore/Is/DCcircle.pl index b8c4c0f..fa80aa5 100644 --- a/lib/unicore/Is/DCcircle.pl +++ b/lib/unicore/Is/DCcircle.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. return <<'END'; 2460 2473 diff --git a/lib/unicore/Is/DCcompat.pl b/lib/unicore/Is/DCcompat.pl index 92278c9..8df8c0a 100644 --- a/lib/unicore/Is/DCcompat.pl +++ b/lib/unicore/Is/DCcompat.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. return <<'END'; 00A8 diff --git a/lib/unicore/Is/DCfinal.pl b/lib/unicore/Is/DCfinal.pl index 4db2d96..0c368da 100644 --- a/lib/unicore/Is/DCfinal.pl +++ b/lib/unicore/Is/DCfinal.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. return <<'END'; FB51 diff --git a/lib/unicore/Is/DCfont.pl b/lib/unicore/Is/DCfont.pl index 1d37d48..9adac97 100644 --- a/lib/unicore/Is/DCfont.pl +++ b/lib/unicore/Is/DCfont.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. return <<'END'; 2102 diff --git a/lib/unicore/Is/DCfracti.pl b/lib/unicore/Is/DCfracti.pl index a3e6655..9e174a8 100644 --- a/lib/unicore/Is/DCfracti.pl +++ b/lib/unicore/Is/DCfracti.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. return <<'END'; 00BC 00BE diff --git a/lib/unicore/Is/DCinitia.pl b/lib/unicore/Is/DCinitia.pl index c29b544..07fcacc 100644 --- a/lib/unicore/Is/DCinitia.pl +++ b/lib/unicore/Is/DCinitia.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. return <<'END'; FB54 diff --git a/lib/unicore/Is/DCisolat.pl b/lib/unicore/Is/DCisolat.pl index 7d59b69..689e83c 100644 --- a/lib/unicore/Is/DCisolat.pl +++ b/lib/unicore/Is/DCisolat.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. return <<'END'; FB50 diff --git a/lib/unicore/Is/DCmedial.pl b/lib/unicore/Is/DCmedial.pl index 6bd3cee..2b5ccb9 100644 --- a/lib/unicore/Is/DCmedial.pl +++ b/lib/unicore/Is/DCmedial.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. return <<'END'; FB55 diff --git a/lib/unicore/Is/DCnarrow.pl b/lib/unicore/Is/DCnarrow.pl index 2ff6dd3..55a4c60 100644 --- a/lib/unicore/Is/DCnarrow.pl +++ b/lib/unicore/Is/DCnarrow.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. return <<'END'; FF61 FFBE diff --git a/lib/unicore/Is/DCnoBrea.pl b/lib/unicore/Is/DCnoBrea.pl index f8f5fdb..cd0c258 100644 --- a/lib/unicore/Is/DCnoBrea.pl +++ b/lib/unicore/Is/DCnoBrea.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. return <<'END'; 00A0 diff --git a/lib/unicore/Is/DCsmall.pl b/lib/unicore/Is/DCsmall.pl index 4660a8a..56c1d0f 100644 --- a/lib/unicore/Is/DCsmall.pl +++ b/lib/unicore/Is/DCsmall.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. return <<'END'; FE50 FE52 diff --git a/lib/unicore/Is/DCsquare.pl b/lib/unicore/Is/DCsquare.pl index b20ee4a..175ce40 100644 --- a/lib/unicore/Is/DCsquare.pl +++ b/lib/unicore/Is/DCsquare.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. return <<'END'; 3300 3357 diff --git a/lib/unicore/Is/DCsub.pl b/lib/unicore/Is/DCsub.pl index dd2cfa4..eeff3e1 100644 --- a/lib/unicore/Is/DCsub.pl +++ b/lib/unicore/Is/DCsub.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. return <<'END'; 2080 208E diff --git a/lib/unicore/Is/DCsuper.pl b/lib/unicore/Is/DCsuper.pl index 4347d9a..9a7b2f5 100644 --- a/lib/unicore/Is/DCsuper.pl +++ b/lib/unicore/Is/DCsuper.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. return <<'END'; 00AA diff --git a/lib/unicore/Is/DCvertic.pl b/lib/unicore/Is/DCvertic.pl index db0cab9..28a7b0c 100644 --- a/lib/unicore/Is/DCvertic.pl +++ b/lib/unicore/Is/DCvertic.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. return <<'END'; FE30 FE44 diff --git a/lib/unicore/Is/DCwide.pl b/lib/unicore/Is/DCwide.pl index 2119426..63d6a0d 100644 --- a/lib/unicore/Is/DCwide.pl +++ b/lib/unicore/Is/DCwide.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. return <<'END'; 3000 diff --git a/lib/unicore/Is/Dash.pl b/lib/unicore/Is/Dash.pl index d2a5794..be50e7a 100644 --- a/lib/unicore/Is/Dash.pl +++ b/lib/unicore/Is/Dash.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. return <<'END'; 002D Dash diff --git a/lib/unicore/Is/Deseret.pl b/lib/unicore/Is/Deseret.pl index 62ef0bf..ac4dc6b 100644 --- a/lib/unicore/Is/Deseret.pl +++ b/lib/unicore/Is/Deseret.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. return <<'END'; 10400 10425 DESERET diff --git a/lib/unicore/Is/Devanaga.pl b/lib/unicore/Is/Devanaga.pl index 3355103..50212d7 100644 --- a/lib/unicore/Is/Devanaga.pl +++ b/lib/unicore/Is/Devanaga.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. return <<'END'; 0901 0903 DEVANAGARI diff --git a/lib/unicore/Is/Diacriti.pl b/lib/unicore/Is/Diacriti.pl index b90e275..e83be3f 100644 --- a/lib/unicore/Is/Diacriti.pl +++ b/lib/unicore/Is/Diacriti.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. return <<'END'; 005E Diacritic diff --git a/lib/unicore/Is/Digit.pl b/lib/unicore/Is/Digit.pl index 96f1cdd..b0bd5c4 100644 --- a/lib/unicore/Is/Digit.pl +++ b/lib/unicore/Is/Digit.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/Ethiopic.pl b/lib/unicore/Is/Ethiopic.pl index 0bb82a5..5eb51ba 100644 --- a/lib/unicore/Is/Ethiopic.pl +++ b/lib/unicore/Is/Ethiopic.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. return <<'END'; 1200 1206 ETHIOPIC diff --git a/lib/unicore/Is/Extender.pl b/lib/unicore/Is/Extender.pl index 765f247..f759d10 100644 --- a/lib/unicore/Is/Extender.pl +++ b/lib/unicore/Is/Extender.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. return <<'END'; 00B7 Extender diff --git a/lib/unicore/Is/Georgian.pl b/lib/unicore/Is/Georgian.pl index 2f04a5e..2b5c27b 100644 --- a/lib/unicore/Is/Georgian.pl +++ b/lib/unicore/Is/Georgian.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. return <<'END'; 10A0 10C5 GEORGIAN diff --git a/lib/unicore/Is/Gothic.pl b/lib/unicore/Is/Gothic.pl index 9ef6e34..4be2bd3 100644 --- a/lib/unicore/Is/Gothic.pl +++ b/lib/unicore/Is/Gothic.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. return <<'END'; 10330 1034A GOTHIC diff --git a/lib/unicore/Is/Graph.pl b/lib/unicore/Is/Graph.pl index 63a573c..1dd2402 100644 --- a/lib/unicore/Is/Graph.pl +++ b/lib/unicore/Is/Graph.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. return <<'END'; 0021 007E diff --git a/lib/unicore/Is/Greek.pl b/lib/unicore/Is/Greek.pl index eb264c8..ca3a22c 100644 --- a/lib/unicore/Is/Greek.pl +++ b/lib/unicore/Is/Greek.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. return <<'END'; 00B5 GREEK diff --git a/lib/unicore/Is/Gujarati.pl b/lib/unicore/Is/Gujarati.pl index a25e821..066360f 100644 --- a/lib/unicore/Is/Gujarati.pl +++ b/lib/unicore/Is/Gujarati.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. return <<'END'; 0A81 0A83 GUJARATI diff --git a/lib/unicore/Is/Gurmukhi.pl b/lib/unicore/Is/Gurmukhi.pl index 6cd695f..4b5f4fd 100644 --- a/lib/unicore/Is/Gurmukhi.pl +++ b/lib/unicore/Is/Gurmukhi.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. return <<'END'; 0A02 GURMUKHI diff --git a/lib/unicore/Is/Han.pl b/lib/unicore/Is/Han.pl index f893925..4a64800 100644 --- a/lib/unicore/Is/Han.pl +++ b/lib/unicore/Is/Han.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. return <<'END'; 2E80 2E99 HAN diff --git a/lib/unicore/Is/Hangul.pl b/lib/unicore/Is/Hangul.pl index 27dce01..893cfc1 100644 --- a/lib/unicore/Is/Hangul.pl +++ b/lib/unicore/Is/Hangul.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. return <<'END'; 1100 1159 HANGUL diff --git a/lib/unicore/Is/Hebrew.pl b/lib/unicore/Is/Hebrew.pl index 4182056..d67aae7 100644 --- a/lib/unicore/Is/Hebrew.pl +++ b/lib/unicore/Is/Hebrew.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. return <<'END'; 05D0 05EA HEBREW diff --git a/lib/unicore/Is/HexDigit.pl b/lib/unicore/Is/HexDigit.pl index 1508c7c..25a8e46 100644 --- a/lib/unicore/Is/HexDigit.pl +++ b/lib/unicore/Is/HexDigit.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. return <<'END'; 0030 0039 Hex_Digit diff --git a/lib/unicore/Is/Hiragana.pl b/lib/unicore/Is/Hiragana.pl index 511ac00..cfd901b 100644 --- a/lib/unicore/Is/Hiragana.pl +++ b/lib/unicore/Is/Hiragana.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. return <<'END'; 3041 3094 HIRAGANA diff --git a/lib/unicore/Is/Hyphen.pl b/lib/unicore/Is/Hyphen.pl index a940d74..769b016 100644 --- a/lib/unicore/Is/Hyphen.pl +++ b/lib/unicore/Is/Hyphen.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. return <<'END'; 002D Hyphen diff --git a/lib/unicore/Is/IDContin.pl b/lib/unicore/Is/IDContin.pl index 887ece1..294edd0 100644 --- a/lib/unicore/Is/IDContin.pl +++ b/lib/unicore/Is/IDContin.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/IDStart.pl b/lib/unicore/Is/IDStart.pl index 0d4e34c..76be64a 100644 --- a/lib/unicore/Is/IDStart.pl +++ b/lib/unicore/Is/IDStart.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/Ideograp.pl b/lib/unicore/Is/Ideograp.pl index b289f6c..aab71a3 100644 --- a/lib/unicore/Is/Ideograp.pl +++ b/lib/unicore/Is/Ideograp.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. return <<'END'; 3006 3007 Ideographic diff --git a/lib/unicore/Is/Inherite.pl b/lib/unicore/Is/Inherite.pl index fc8b77c..4bbdbb2 100644 --- a/lib/unicore/Is/Inherite.pl +++ b/lib/unicore/Is/Inherite.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. return <<'END'; 0300 034E INHERITED diff --git a/lib/unicore/Is/JoinCont.pl b/lib/unicore/Is/JoinCont.pl index 227a20d..0c6a305 100644 --- a/lib/unicore/Is/JoinCont.pl +++ b/lib/unicore/Is/JoinCont.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. return <<'END'; 200C 200D Join_Control diff --git a/lib/unicore/Is/Kannada.pl b/lib/unicore/Is/Kannada.pl index ff4622c..c3f3db9 100644 --- a/lib/unicore/Is/Kannada.pl +++ b/lib/unicore/Is/Kannada.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. return <<'END'; 0C82 0C83 KANNADA diff --git a/lib/unicore/Is/Katakana.pl b/lib/unicore/Is/Katakana.pl index be9e646..3e1d26a 100644 --- a/lib/unicore/Is/Katakana.pl +++ b/lib/unicore/Is/Katakana.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. return <<'END'; 30A1 30FA KATAKANA diff --git a/lib/unicore/Is/Khmer.pl b/lib/unicore/Is/Khmer.pl index f0643b9..6fdf98e 100644 --- a/lib/unicore/Is/Khmer.pl +++ b/lib/unicore/Is/Khmer.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. return <<'END'; 1780 17D3 KHMER diff --git a/lib/unicore/Is/L.pl b/lib/unicore/Is/L.pl index d83e964..f9cdb56 100644 --- a/lib/unicore/Is/L.pl +++ b/lib/unicore/Is/L.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/Lao.pl b/lib/unicore/Is/Lao.pl index c43419f..33ae4ff 100644 --- a/lib/unicore/Is/Lao.pl +++ b/lib/unicore/Is/Lao.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. return <<'END'; 0E81 0E82 LAO diff --git a/lib/unicore/Is/Latin.pl b/lib/unicore/Is/Latin.pl index 806589f..246e827 100644 --- a/lib/unicore/Is/Latin.pl +++ b/lib/unicore/Is/Latin.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. return <<'END'; 0041 005A LATIN diff --git a/lib/unicore/Is/LbrkAI.pl b/lib/unicore/Is/LbrkAI.pl index a4dfb97..662aabb 100644 --- a/lib/unicore/Is/LbrkAI.pl +++ b/lib/unicore/Is/LbrkAI.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. return <<'END'; 00A1 diff --git a/lib/unicore/Is/LbrkAL.pl b/lib/unicore/Is/LbrkAL.pl index 6d79f68..1f57d14 100644 --- a/lib/unicore/Is/LbrkAL.pl +++ b/lib/unicore/Is/LbrkAL.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. return <<'END'; 0023 diff --git a/lib/unicore/Is/LbrkB2.pl b/lib/unicore/Is/LbrkB2.pl index 9b0400a..5e3e1be 100644 --- a/lib/unicore/Is/LbrkB2.pl +++ b/lib/unicore/Is/LbrkB2.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. return <<'END'; 2014 diff --git a/lib/unicore/Is/LbrkBA.pl b/lib/unicore/Is/LbrkBA.pl index 05a602c..7ea38cd 100644 --- a/lib/unicore/Is/LbrkBA.pl +++ b/lib/unicore/Is/LbrkBA.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. return <<'END'; 0009 diff --git a/lib/unicore/Is/LbrkBB.pl b/lib/unicore/Is/LbrkBB.pl index c50ac0d..e684b84 100644 --- a/lib/unicore/Is/LbrkBB.pl +++ b/lib/unicore/Is/LbrkBB.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. return <<'END'; 00B4 diff --git a/lib/unicore/Is/LbrkBK.pl b/lib/unicore/Is/LbrkBK.pl index 9b1cb9d..9558ecf 100644 --- a/lib/unicore/Is/LbrkBK.pl +++ b/lib/unicore/Is/LbrkBK.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. return <<'END'; 000C diff --git a/lib/unicore/Is/LbrkCB.pl b/lib/unicore/Is/LbrkCB.pl index a2b5237..e482d7d 100644 --- a/lib/unicore/Is/LbrkCB.pl +++ b/lib/unicore/Is/LbrkCB.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. return <<'END'; FFFC diff --git a/lib/unicore/Is/LbrkCL.pl b/lib/unicore/Is/LbrkCL.pl index bc80c8f..259024a 100644 --- a/lib/unicore/Is/LbrkCL.pl +++ b/lib/unicore/Is/LbrkCL.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. return <<'END'; 0029 diff --git a/lib/unicore/Is/LbrkCM.pl b/lib/unicore/Is/LbrkCM.pl index f9895ea..f26ca32 100644 --- a/lib/unicore/Is/LbrkCM.pl +++ b/lib/unicore/Is/LbrkCM.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. return <<'END'; 0000 0008 diff --git a/lib/unicore/Is/LbrkCR.pl b/lib/unicore/Is/LbrkCR.pl index 92c5d1f..02b9af1 100644 --- a/lib/unicore/Is/LbrkCR.pl +++ b/lib/unicore/Is/LbrkCR.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. return <<'END'; 000D diff --git a/lib/unicore/Is/LbrkEX.pl b/lib/unicore/Is/LbrkEX.pl index baa94cf..7d5949e 100644 --- a/lib/unicore/Is/LbrkEX.pl +++ b/lib/unicore/Is/LbrkEX.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. return <<'END'; 0021 diff --git a/lib/unicore/Is/LbrkGL.pl b/lib/unicore/Is/LbrkGL.pl index 9c40d33..3a88b9d 100644 --- a/lib/unicore/Is/LbrkGL.pl +++ b/lib/unicore/Is/LbrkGL.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. return <<'END'; 00A0 diff --git a/lib/unicore/Is/LbrkHY.pl b/lib/unicore/Is/LbrkHY.pl index 62c2d6f..6c9f8c7 100644 --- a/lib/unicore/Is/LbrkHY.pl +++ b/lib/unicore/Is/LbrkHY.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. return <<'END'; 002D diff --git a/lib/unicore/Is/LbrkID.pl b/lib/unicore/Is/LbrkID.pl index 4e7d709..1ef996b 100644 --- a/lib/unicore/Is/LbrkID.pl +++ b/lib/unicore/Is/LbrkID.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. return <<'END'; 1100 1159 diff --git a/lib/unicore/Is/LbrkIN.pl b/lib/unicore/Is/LbrkIN.pl index e0201a6..97f962d 100644 --- a/lib/unicore/Is/LbrkIN.pl +++ b/lib/unicore/Is/LbrkIN.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. return <<'END'; 2024 2026 diff --git a/lib/unicore/Is/LbrkIS.pl b/lib/unicore/Is/LbrkIS.pl index 4f7ce9f..231623e 100644 --- a/lib/unicore/Is/LbrkIS.pl +++ b/lib/unicore/Is/LbrkIS.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. return <<'END'; 002C diff --git a/lib/unicore/Is/LbrkLF.pl b/lib/unicore/Is/LbrkLF.pl index 89e37ef..b0f7d53 100644 --- a/lib/unicore/Is/LbrkLF.pl +++ b/lib/unicore/Is/LbrkLF.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. return <<'END'; 000A diff --git a/lib/unicore/Is/LbrkNS.pl b/lib/unicore/Is/LbrkNS.pl index 1e62447..9704402 100644 --- a/lib/unicore/Is/LbrkNS.pl +++ b/lib/unicore/Is/LbrkNS.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. return <<'END'; 0E5A 0E5B diff --git a/lib/unicore/Is/LbrkNU.pl b/lib/unicore/Is/LbrkNU.pl index a1f4edc..f5b8d9c 100644 --- a/lib/unicore/Is/LbrkNU.pl +++ b/lib/unicore/Is/LbrkNU.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/LbrkOP.pl b/lib/unicore/Is/LbrkOP.pl index 820dce0..c9148cd 100644 --- a/lib/unicore/Is/LbrkOP.pl +++ b/lib/unicore/Is/LbrkOP.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. return <<'END'; 0028 diff --git a/lib/unicore/Is/LbrkPO.pl b/lib/unicore/Is/LbrkPO.pl index 507e3f9..ee94f31 100644 --- a/lib/unicore/Is/LbrkPO.pl +++ b/lib/unicore/Is/LbrkPO.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. return <<'END'; 0025 diff --git a/lib/unicore/Is/LbrkPR.pl b/lib/unicore/Is/LbrkPR.pl index 741a3e8..8343f7c 100644 --- a/lib/unicore/Is/LbrkPR.pl +++ b/lib/unicore/Is/LbrkPR.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. return <<'END'; 0024 diff --git a/lib/unicore/Is/LbrkQU.pl b/lib/unicore/Is/LbrkQU.pl index 25b38e5..3ac9a34 100644 --- a/lib/unicore/Is/LbrkQU.pl +++ b/lib/unicore/Is/LbrkQU.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. return <<'END'; 0022 diff --git a/lib/unicore/Is/LbrkSA.pl b/lib/unicore/Is/LbrkSA.pl index d73a01f..e513c68 100644 --- a/lib/unicore/Is/LbrkSA.pl +++ b/lib/unicore/Is/LbrkSA.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. return <<'END'; 0E01 0E30 diff --git a/lib/unicore/Is/LbrkSG.pl b/lib/unicore/Is/LbrkSG.pl index caeda7a..1d0caab 100644 --- a/lib/unicore/Is/LbrkSG.pl +++ b/lib/unicore/Is/LbrkSG.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. return <<'END'; D800 DFFF diff --git a/lib/unicore/Is/LbrkSP.pl b/lib/unicore/Is/LbrkSP.pl index 3c885fa..50aea35 100644 --- a/lib/unicore/Is/LbrkSP.pl +++ b/lib/unicore/Is/LbrkSP.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. return <<'END'; 0020 diff --git a/lib/unicore/Is/LbrkSY.pl b/lib/unicore/Is/LbrkSY.pl index 8a7c752..970e414 100644 --- a/lib/unicore/Is/LbrkSY.pl +++ b/lib/unicore/Is/LbrkSY.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. return <<'END'; 002F diff --git a/lib/unicore/Is/LbrkXX.pl b/lib/unicore/Is/LbrkXX.pl index 27dd743..368bc30 100644 --- a/lib/unicore/Is/LbrkXX.pl +++ b/lib/unicore/Is/LbrkXX.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. return <<'END'; E000 F8FF diff --git a/lib/unicore/Is/LbrkZW.pl b/lib/unicore/Is/LbrkZW.pl index 0e6d9b7..8566bcc 100644 --- a/lib/unicore/Is/LbrkZW.pl +++ b/lib/unicore/Is/LbrkZW.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. return <<'END'; 200B diff --git a/lib/unicore/Is/Ll.pl b/lib/unicore/Is/Ll.pl index dee79e4..3a06ff4 100644 --- a/lib/unicore/Is/Ll.pl +++ b/lib/unicore/Is/Ll.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. return <<'END'; 0061 007A diff --git a/lib/unicore/Is/Lm.pl b/lib/unicore/Is/Lm.pl index 864c84b..f0f95f9 100644 --- a/lib/unicore/Is/Lm.pl +++ b/lib/unicore/Is/Lm.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. return <<'END'; 02B0 02B8 diff --git a/lib/unicore/Is/Lo.pl b/lib/unicore/Is/Lo.pl index ce668b7..fedd6fe 100644 --- a/lib/unicore/Is/Lo.pl +++ b/lib/unicore/Is/Lo.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. return <<'END'; 01BB diff --git a/lib/unicore/Is/Lower.pl b/lib/unicore/Is/Lower.pl index dee79e4..3a06ff4 100644 --- a/lib/unicore/Is/Lower.pl +++ b/lib/unicore/Is/Lower.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. return <<'END'; 0061 007A diff --git a/lib/unicore/Is/Lowercas.pl b/lib/unicore/Is/Lowercas.pl index a59a825..8df4e28 100644 --- a/lib/unicore/Is/Lowercas.pl +++ b/lib/unicore/Is/Lowercas.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. return <<'END'; 0061 007A diff --git a/lib/unicore/Is/Lt.pl b/lib/unicore/Is/Lt.pl index 04e3954..31e2aa1 100644 --- a/lib/unicore/Is/Lt.pl +++ b/lib/unicore/Is/Lt.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. return <<'END'; 01C5 diff --git a/lib/unicore/Is/Lu.pl b/lib/unicore/Is/Lu.pl index 3b8546b..be285b8 100644 --- a/lib/unicore/Is/Lu.pl +++ b/lib/unicore/Is/Lu.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/M.pl b/lib/unicore/Is/M.pl index fb39914..35b2a1e 100644 --- a/lib/unicore/Is/M.pl +++ b/lib/unicore/Is/M.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. return <<'END'; 0300 034E diff --git a/lib/unicore/Is/Malayala.pl b/lib/unicore/Is/Malayala.pl index e341fc9..3b9ea5b 100644 --- a/lib/unicore/Is/Malayala.pl +++ b/lib/unicore/Is/Malayala.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. return <<'END'; 0D02 0D03 MALAYALAM diff --git a/lib/unicore/Is/Math.pl b/lib/unicore/Is/Math.pl index c99aa38..e917e0d 100644 --- a/lib/unicore/Is/Math.pl +++ b/lib/unicore/Is/Math.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. return <<'END'; 0028 002B diff --git a/lib/unicore/Is/Mc.pl b/lib/unicore/Is/Mc.pl index bc29aaa..886eaa2 100644 --- a/lib/unicore/Is/Mc.pl +++ b/lib/unicore/Is/Mc.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. return <<'END'; 0903 diff --git a/lib/unicore/Is/Me.pl b/lib/unicore/Is/Me.pl index 7a07ead..574648f 100644 --- a/lib/unicore/Is/Me.pl +++ b/lib/unicore/Is/Me.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. return <<'END'; 0488 0489 diff --git a/lib/unicore/Is/Mirrored.pl b/lib/unicore/Is/Mirrored.pl index 514fc97..236ede1 100644 --- a/lib/unicore/Is/Mirrored.pl +++ b/lib/unicore/Is/Mirrored.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. return <<'END'; 0028 0029 diff --git a/lib/unicore/Is/Mn.pl b/lib/unicore/Is/Mn.pl index a42ea4a..150f38f 100644 --- a/lib/unicore/Is/Mn.pl +++ b/lib/unicore/Is/Mn.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. return <<'END'; 0300 034E diff --git a/lib/unicore/Is/Mongolia.pl b/lib/unicore/Is/Mongolia.pl index 5896ed0..bb9ce7b 100644 --- a/lib/unicore/Is/Mongolia.pl +++ b/lib/unicore/Is/Mongolia.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. return <<'END'; 1810 1819 MONGOLIAN diff --git a/lib/unicore/Is/Myanmar.pl b/lib/unicore/Is/Myanmar.pl index 6874b3a..d2a95e8 100644 --- a/lib/unicore/Is/Myanmar.pl +++ b/lib/unicore/Is/Myanmar.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. return <<'END'; 1000 1021 MYANMAR diff --git a/lib/unicore/Is/N.pl b/lib/unicore/Is/N.pl index 83e3201..108ac9d 100644 --- a/lib/unicore/Is/N.pl +++ b/lib/unicore/Is/N.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/Nd.pl b/lib/unicore/Is/Nd.pl index 96f1cdd..b0bd5c4 100644 --- a/lib/unicore/Is/Nd.pl +++ b/lib/unicore/Is/Nd.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/Nl.pl b/lib/unicore/Is/Nl.pl index f1d5b10..8994220 100644 --- a/lib/unicore/Is/Nl.pl +++ b/lib/unicore/Is/Nl.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. return <<'END'; 16EE 16F0 diff --git a/lib/unicore/Is/No.pl b/lib/unicore/Is/No.pl index 313e71f..3b514fc 100644 --- a/lib/unicore/Is/No.pl +++ b/lib/unicore/Is/No.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. return <<'END'; 00B2 00B3 diff --git a/lib/unicore/Is/Nonchara.pl b/lib/unicore/Is/Nonchara.pl index c9c8ae9..31467b3 100644 --- a/lib/unicore/Is/Nonchara.pl +++ b/lib/unicore/Is/Nonchara.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. return <<'END'; FDD0 FDEF Noncharacter_Code_Point diff --git a/lib/unicore/Is/Ogham.pl b/lib/unicore/Is/Ogham.pl index d0cae98..e812dfb 100644 --- a/lib/unicore/Is/Ogham.pl +++ b/lib/unicore/Is/Ogham.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. return <<'END'; 1681 169A OGHAM diff --git a/lib/unicore/Is/OldItali.pl b/lib/unicore/Is/OldItali.pl index 906c1ca..d53ef71 100644 --- a/lib/unicore/Is/OldItali.pl +++ b/lib/unicore/Is/OldItali.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. return <<'END'; 10300 1031E OLD-ITALIC diff --git a/lib/unicore/Is/Oriya.pl b/lib/unicore/Is/Oriya.pl index 7ce7784..3846d82 100644 --- a/lib/unicore/Is/Oriya.pl +++ b/lib/unicore/Is/Oriya.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. return <<'END'; 0B01 0B03 ORIYA diff --git a/lib/unicore/Is/OtherAlp.pl b/lib/unicore/Is/OtherAlp.pl index 26d75fc..8b1b780 100644 --- a/lib/unicore/Is/OtherAlp.pl +++ b/lib/unicore/Is/OtherAlp.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. return <<'END'; 0345 Other_Alphabetic diff --git a/lib/unicore/Is/OtherLow.pl b/lib/unicore/Is/OtherLow.pl index 5cf29cb..960aac7 100644 --- a/lib/unicore/Is/OtherLow.pl +++ b/lib/unicore/Is/OtherLow.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. return <<'END'; 02B0 02B8 Other_Lowercase diff --git a/lib/unicore/Is/OtherMat.pl b/lib/unicore/Is/OtherMat.pl index eb2cc12..008ff6f 100644 --- a/lib/unicore/Is/OtherMat.pl +++ b/lib/unicore/Is/OtherMat.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. return <<'END'; 0028 002A Other_Math diff --git a/lib/unicore/Is/OtherUpp.pl b/lib/unicore/Is/OtherUpp.pl index 21b6828..777a0fe 100644 --- a/lib/unicore/Is/OtherUpp.pl +++ b/lib/unicore/Is/OtherUpp.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. return <<'END'; 2160 216F Other_Uppercase diff --git a/lib/unicore/Is/P.pl b/lib/unicore/Is/P.pl index a275d4d..4f3f989 100644 --- a/lib/unicore/Is/P.pl +++ b/lib/unicore/Is/P.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. return <<'END'; 0021 0023 diff --git a/lib/unicore/Is/Pc.pl b/lib/unicore/Is/Pc.pl index c8d4cbb..f8e3801 100644 --- a/lib/unicore/Is/Pc.pl +++ b/lib/unicore/Is/Pc.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. return <<'END'; 005F diff --git a/lib/unicore/Is/Pd.pl b/lib/unicore/Is/Pd.pl index 911c9e8..ad116ba 100644 --- a/lib/unicore/Is/Pd.pl +++ b/lib/unicore/Is/Pd.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. return <<'END'; 002D diff --git a/lib/unicore/Is/Pe.pl b/lib/unicore/Is/Pe.pl index 12d0859..8a9abe9 100644 --- a/lib/unicore/Is/Pe.pl +++ b/lib/unicore/Is/Pe.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. return <<'END'; 0029 diff --git a/lib/unicore/Is/Pf.pl b/lib/unicore/Is/Pf.pl index e65a8b6..942d56b 100644 --- a/lib/unicore/Is/Pf.pl +++ b/lib/unicore/Is/Pf.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. return <<'END'; 00BB diff --git a/lib/unicore/Is/Pi.pl b/lib/unicore/Is/Pi.pl index 76783b8..844566a 100644 --- a/lib/unicore/Is/Pi.pl +++ b/lib/unicore/Is/Pi.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. return <<'END'; 00AB diff --git a/lib/unicore/Is/Po.pl b/lib/unicore/Is/Po.pl index 0e9e864..c13f5e1 100644 --- a/lib/unicore/Is/Po.pl +++ b/lib/unicore/Is/Po.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. return <<'END'; 0021 0023 diff --git a/lib/unicore/Is/Print.pl b/lib/unicore/Is/Print.pl index 1877152..8d832d9 100644 --- a/lib/unicore/Is/Print.pl +++ b/lib/unicore/Is/Print.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. return <<'END'; 0020 007E diff --git a/lib/unicore/Is/Ps.pl b/lib/unicore/Is/Ps.pl index 820dce0..c9148cd 100644 --- a/lib/unicore/Is/Ps.pl +++ b/lib/unicore/Is/Ps.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. return <<'END'; 0028 diff --git a/lib/unicore/Is/Punct.pl b/lib/unicore/Is/Punct.pl index a275d4d..4f3f989 100644 --- a/lib/unicore/Is/Punct.pl +++ b/lib/unicore/Is/Punct.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. return <<'END'; 0021 0023 diff --git a/lib/unicore/Is/Quotatio.pl b/lib/unicore/Is/Quotatio.pl index e51c0b2..faf87ae 100644 --- a/lib/unicore/Is/Quotatio.pl +++ b/lib/unicore/Is/Quotatio.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. return <<'END'; 0022 Quotation_Mark diff --git a/lib/unicore/Is/Runic.pl b/lib/unicore/Is/Runic.pl index f7faca2..24f1f2b 100644 --- a/lib/unicore/Is/Runic.pl +++ b/lib/unicore/Is/Runic.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. return <<'END'; 16A0 16EA RUNIC diff --git a/lib/unicore/Is/S.pl b/lib/unicore/Is/S.pl index 2dc76bd..dd0d3cb 100644 --- a/lib/unicore/Is/S.pl +++ b/lib/unicore/Is/S.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. return <<'END'; 0024 diff --git a/lib/unicore/Is/Sc.pl b/lib/unicore/Is/Sc.pl index ef2dd13..64c5ef4 100644 --- a/lib/unicore/Is/Sc.pl +++ b/lib/unicore/Is/Sc.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. return <<'END'; 0024 diff --git a/lib/unicore/Is/Sinhala.pl b/lib/unicore/Is/Sinhala.pl index 00b81d6..aa6973a 100644 --- a/lib/unicore/Is/Sinhala.pl +++ b/lib/unicore/Is/Sinhala.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. return <<'END'; 0D82 0D83 SINHALA diff --git a/lib/unicore/Is/Sk.pl b/lib/unicore/Is/Sk.pl index f4ea3c3..89e0afa 100644 --- a/lib/unicore/Is/Sk.pl +++ b/lib/unicore/Is/Sk.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. return <<'END'; 005E diff --git a/lib/unicore/Is/Sm.pl b/lib/unicore/Is/Sm.pl index 376fdfe..1e4798e 100644 --- a/lib/unicore/Is/Sm.pl +++ b/lib/unicore/Is/Sm.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. return <<'END'; 002B diff --git a/lib/unicore/Is/So.pl b/lib/unicore/Is/So.pl index b56c2a0..9dd20c3 100644 --- a/lib/unicore/Is/So.pl +++ b/lib/unicore/Is/So.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. return <<'END'; 00A6 00A7 diff --git a/lib/unicore/Is/Space.pl b/lib/unicore/Is/Space.pl index 379285b..329b169 100644 --- a/lib/unicore/Is/Space.pl +++ b/lib/unicore/Is/Space.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. return <<'END'; 0009 000D diff --git a/lib/unicore/Is/SpacePer.pl b/lib/unicore/Is/SpacePer.pl index 935b991..8aad047 100644 --- a/lib/unicore/Is/SpacePer.pl +++ b/lib/unicore/Is/SpacePer.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. return <<'END'; 0009 000A diff --git a/lib/unicore/Is/Syriac.pl b/lib/unicore/Is/Syriac.pl index 727e0a3..5812afc 100644 --- a/lib/unicore/Is/Syriac.pl +++ b/lib/unicore/Is/Syriac.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. return <<'END'; 0710 072C SYRIAC diff --git a/lib/unicore/Is/Tamil.pl b/lib/unicore/Is/Tamil.pl index fe6899e..5cc188b 100644 --- a/lib/unicore/Is/Tamil.pl +++ b/lib/unicore/Is/Tamil.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. return <<'END'; 0B82 0B83 TAMIL diff --git a/lib/unicore/Is/Telugu.pl b/lib/unicore/Is/Telugu.pl index 8b23c51..23ca7af 100644 --- a/lib/unicore/Is/Telugu.pl +++ b/lib/unicore/Is/Telugu.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. return <<'END'; 0C01 0C03 TELUGU diff --git a/lib/unicore/Is/Terminal.pl b/lib/unicore/Is/Terminal.pl index 0bd9f7d..3eebfe1 100644 --- a/lib/unicore/Is/Terminal.pl +++ b/lib/unicore/Is/Terminal.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. return <<'END'; 0021 Terminal_Punctuation diff --git a/lib/unicore/Is/Thaana.pl b/lib/unicore/Is/Thaana.pl index 8f47d55..40037e4 100644 --- a/lib/unicore/Is/Thaana.pl +++ b/lib/unicore/Is/Thaana.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. return <<'END'; 0780 07B0 THAANA diff --git a/lib/unicore/Is/Thai.pl b/lib/unicore/Is/Thai.pl index 7cd0d42..2fe22fe 100644 --- a/lib/unicore/Is/Thai.pl +++ b/lib/unicore/Is/Thai.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. return <<'END'; 0E01 0E3A THAI diff --git a/lib/unicore/Is/Tibetan.pl b/lib/unicore/Is/Tibetan.pl index 4fd13ff..55c1f67 100644 --- a/lib/unicore/Is/Tibetan.pl +++ b/lib/unicore/Is/Tibetan.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. return <<'END'; 0F00 TIBETAN diff --git a/lib/unicore/Is/Title.pl b/lib/unicore/Is/Title.pl index 04e3954..31e2aa1 100644 --- a/lib/unicore/Is/Title.pl +++ b/lib/unicore/Is/Title.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. return <<'END'; 01C5 diff --git a/lib/unicore/Is/Upper.pl b/lib/unicore/Is/Upper.pl index 3b8546b..be285b8 100644 --- a/lib/unicore/Is/Upper.pl +++ b/lib/unicore/Is/Upper.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/Uppercas.pl b/lib/unicore/Is/Uppercas.pl index 206aeaf..4a1db5d 100644 --- a/lib/unicore/Is/Uppercas.pl +++ b/lib/unicore/Is/Uppercas.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. return <<'END'; 0041 005A diff --git a/lib/unicore/Is/WhiteSpa.pl b/lib/unicore/Is/WhiteSpa.pl index ee9fe67..0966372 100644 --- a/lib/unicore/Is/WhiteSpa.pl +++ b/lib/unicore/Is/WhiteSpa.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. return <<'END'; 0009 000D White_space diff --git a/lib/unicore/Is/Word.pl b/lib/unicore/Is/Word.pl index 56164d5..aeb0b41 100644 --- a/lib/unicore/Is/Word.pl +++ b/lib/unicore/Is/Word.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/XDigit.pl b/lib/unicore/Is/XDigit.pl index cdf3c25..d899f40 100644 --- a/lib/unicore/Is/XDigit.pl +++ b/lib/unicore/Is/XDigit.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. return <<'END'; 0030 0039 diff --git a/lib/unicore/Is/Yi.pl b/lib/unicore/Is/Yi.pl index bb4b313..bef6a33 100644 --- a/lib/unicore/Is/Yi.pl +++ b/lib/unicore/Is/Yi.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. return <<'END'; A000 A48C YI diff --git a/lib/unicore/Is/Z.pl b/lib/unicore/Is/Z.pl index 4481089..7cb38c0 100644 --- a/lib/unicore/Is/Z.pl +++ b/lib/unicore/Is/Z.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. return <<'END'; 0020 diff --git a/lib/unicore/Is/Zl.pl b/lib/unicore/Is/Zl.pl index 6104b4e..b8d1d3a 100644 --- a/lib/unicore/Is/Zl.pl +++ b/lib/unicore/Is/Zl.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. return <<'END'; 2028 diff --git a/lib/unicore/Is/Zp.pl b/lib/unicore/Is/Zp.pl index 0cf1d36..cd5b7c3 100644 --- a/lib/unicore/Is/Zp.pl +++ b/lib/unicore/Is/Zp.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. return <<'END'; 2029 diff --git a/lib/unicore/Is/Zs.pl b/lib/unicore/Is/Zs.pl index 4bd6e1e..55eb499 100644 --- a/lib/unicore/Is/Zs.pl +++ b/lib/unicore/Is/Zs.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. return <<'END'; 0020 diff --git a/lib/unicore/JamoShort.pl b/lib/unicore/JamoShort.pl index 7975aa5..a9b7cec 100644 --- a/lib/unicore/JamoShort.pl +++ b/lib/unicore/JamoShort.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. return <<'END'; 1100 G diff --git a/lib/unicore/Lbrk.pl b/lib/unicore/Lbrk.pl index b21287e..9436b44 100644 --- a/lib/unicore/Lbrk.pl +++ b/lib/unicore/Lbrk.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. return <<'END'; 0000 0008 CM diff --git a/lib/unicore/Name.pl b/lib/unicore/Name.pl index 7ee8336..0e02d9e 100644 --- a/lib/unicore/Name.pl +++ b/lib/unicore/Name.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. return <<'END'; 0000 001F diff --git a/lib/unicore/Number.pl b/lib/unicore/Number.pl index 0c5a621..b2378a3 100644 --- a/lib/unicore/Number.pl +++ b/lib/unicore/Number.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. return <<'END'; 0030 0 diff --git a/lib/unicore/Scripts.pl b/lib/unicore/Scripts.pl index 80d049d..33130d5 100644 --- a/lib/unicore/Scripts.pl +++ b/lib/unicore/Scripts.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. return <<'END'; 0041 005A LATIN diff --git a/lib/unicore/To/Digit.pl b/lib/unicore/To/Digit.pl index 78a06f1..74b34a1 100644 --- a/lib/unicore/To/Digit.pl +++ b/lib/unicore/To/Digit.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. return <<'END'; 0030 0 diff --git a/lib/unicore/To/Fold.pl b/lib/unicore/To/Fold.pl index 7aafac3..5a9117f 100644 --- a/lib/unicore/To/Fold.pl +++ b/lib/unicore/To/Fold.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. %utf8::ToSpecFold = diff --git a/lib/unicore/To/Lower.pl b/lib/unicore/To/Lower.pl index d49ca3c..0574910 100644 --- a/lib/unicore/To/Lower.pl +++ b/lib/unicore/To/Lower.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. %utf8::ToSpecLower = diff --git a/lib/unicore/To/Title.pl b/lib/unicore/To/Title.pl index 6e446a6..576cff3 100644 --- a/lib/unicore/To/Title.pl +++ b/lib/unicore/To/Title.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. %utf8::ToSpecTitle = diff --git a/lib/unicore/To/Upper.pl b/lib/unicore/To/Upper.pl index cdd975a..3b3f07f 100644 --- a/lib/unicore/To/Upper.pl +++ b/lib/unicore/To/Upper.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. %utf8::ToSpecUpper = diff --git a/lib/unicore/mktables b/lib/unicore/mktables index b43b1f1..637a83d 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -34,7 +34,6 @@ my $HEADER=<<"EOF"; # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by $0 from e.g. Unicode.txt. # Any changes made here will be lost! -# Built $now. EOF @@ -277,6 +276,9 @@ sub Table::Invert ## Merges any number of other tables with $self, returning the new table. ## (existing tables are not modified) ## +## +## Args may be Tables, or individual code points (as integers). +## ## Can be called as either a constructor or a method. ## sub Table::Merge @@ -286,8 +288,15 @@ sub Table::Merge ## Accumulate all records from all tables my @Records; - for my $Table (@Tables) { - push @Records, @$Table; + for my $Arg (@Tables) + { + if (ref $Arg) { + ## arg is a table -- get its ranges + push @Records, @$Arg; + } else { + ## arg is a codepoint, make a range + push @Records, [ $Arg, $Arg ] + } } ## sort by range start, with longer ranges coming first. @@ -531,6 +540,17 @@ sub Unicode_Txt() die "$0: Unicode.txt: $!\n"; } + ## + ## For building \p{_CombAbove} and \p{_CanonDCIJ} + ## + my %_Above_HexCodes; ## Hexcodes for chars with $comb == 230 ("ABOVE") + + my %CodeToDeco; ## Maps code to decomp. list for chars with first + ## decomp. char an "i" or "j" (for \p{_CanonDCIJ}) + + ## This is filled in as we go.... + my $CombAbove = Table->New(Is => '_CombAbove', AllowFuzzy => 0); + while () { next unless /^[0-9A-Fa-f]+;/; @@ -555,6 +575,16 @@ sub Unicode_Txt() my $code = hex($hexcode); + if ($comb and $comb == 230) { + $CombAbove->Append($code); + $_Above_HexCodes{$hexcode} = 1; + } + + ## Used in building \p{_CanonDCIJ} + if ($deco and $deco =~ m/^006[9A]\b/) { + $CodeToDeco{$code} = $deco; + } + ## ## There are a few pairs of lines like: ## AC00;;Lo;0;L;;;;;N;;;;; @@ -630,6 +660,50 @@ sub Unicode_Txt() New_Alias(Is => 'All', SameAs => 'Any', AllowFuzzy => 1); + ## + ## Build special properties for Perl's internal case-folding needs: + ## \p{_CaseIgnorable} + ## \p{_CanonDCIJ} + ## \p{_CombAbove} + ## _CombAbove was built above. Others are built here.... + ## + + ## \p{_CaseIgnorable} is [\p{Mn}\0x00AD\x2010] + New_Prop(Is => '_CaseIgnorable', + Table->Merge($Cat{Mn}, + 0x00AD, #SOFT HYPHEN + 0x2010), #HYPHEN + AllowFuzzy => 0); + + + ## \p{_CanonDCIJ} is fairly complex... + my $CanonCDIJ = Table->New(Is => '_CanonDCIJ', AllowFuzzy => 0); + ## It contains the ASCII 'i' and 'j'.... + $CanonCDIJ->Append(0x0069); # ASCII ord("i") + $CanonCDIJ->Append(0x006A); # ASCII ord("j") + ## ...and any character with a decomposition that starts with either of + ## those code points, but only if the decomposition does not have any + ## combining character with the "ABOVE" canonical combining class. + for my $code (sort { $a <=> $b} keys %CodeToDeco) + { + ## Need to ensure that all decomposition characters do not have + ## a %HexCodeToComb in %AboveCombClasses. + my $want = 1; + for my $deco_hexcode (split / /, $CodeToDeco{$code}) + { + if (exists $_Above_HexCodes{$deco_hexcode}) { + ## one of the decmposition chars has an ABOVE combination + ## class, so we're not interested in this one + $want = 0; + last; + } + } + if ($want) { + $CanonCDIJ->Append($code); + } + } + + ## ## Now dump the files.