Duh. The updated In/*.pl weren't checked in.
Jarkko Hietaniemi [Tue, 15 Jan 2002 20:00:02 +0000 (20:00 +0000)]
p4raw-id: //depot/perl@14291

96 files changed:
lib/unicore/In/Alphabet.pl
lib/unicore/In/Arabic.pl
lib/unicore/In/ArabicP2.pl
lib/unicore/In/ArabicPr.pl
lib/unicore/In/Armenian.pl
lib/unicore/In/Arrows.pl
lib/unicore/In/BasicLat.pl
lib/unicore/In/Bengali.pl
lib/unicore/In/BlockEle.pl
lib/unicore/In/Bopomof2.pl
lib/unicore/In/Bopomofo.pl
lib/unicore/In/BoxDrawi.pl
lib/unicore/In/BrailleP.pl
lib/unicore/In/Byzantin.pl
lib/unicore/In/Cherokee.pl
lib/unicore/In/CjkComp2.pl
lib/unicore/In/CjkComp3.pl
lib/unicore/In/CjkComp4.pl
lib/unicore/In/CjkCompa.pl
lib/unicore/In/CjkRadic.pl
lib/unicore/In/CjkSymbo.pl
lib/unicore/In/CjkUnif2.pl
lib/unicore/In/CjkUnif3.pl
lib/unicore/In/CjkUnifi.pl
lib/unicore/In/Combini2.pl
lib/unicore/In/Combini3.pl
lib/unicore/In/Combinin.pl
lib/unicore/In/ControlP.pl
lib/unicore/In/Currency.pl
lib/unicore/In/Cyrillic.pl
lib/unicore/In/Deseret.pl
lib/unicore/In/Devanaga.pl
lib/unicore/In/Dingbats.pl
lib/unicore/In/Enclose2.pl
lib/unicore/In/Enclosed.pl
lib/unicore/In/Ethiopic.pl
lib/unicore/In/GeneralP.pl
lib/unicore/In/Geometri.pl
lib/unicore/In/Georgian.pl
lib/unicore/In/Gothic.pl
lib/unicore/In/Greek.pl
lib/unicore/In/GreekExt.pl
lib/unicore/In/Gujarati.pl
lib/unicore/In/Gurmukhi.pl
lib/unicore/In/Halfwidt.pl
lib/unicore/In/HangulCo.pl
lib/unicore/In/HangulJa.pl
lib/unicore/In/HangulSy.pl
lib/unicore/In/Hebrew.pl
lib/unicore/In/HighPriv.pl
lib/unicore/In/HighSurr.pl
lib/unicore/In/Hiragana.pl
lib/unicore/In/Ideograp.pl
lib/unicore/In/IpaExten.pl
lib/unicore/In/Kanbun.pl
lib/unicore/In/KangxiRa.pl
lib/unicore/In/Kannada.pl
lib/unicore/In/Katakana.pl
lib/unicore/In/Khmer.pl
lib/unicore/In/Lao.pl
lib/unicore/In/Latin1Su.pl
lib/unicore/In/LatinEx2.pl
lib/unicore/In/LatinEx3.pl
lib/unicore/In/LatinExt.pl
lib/unicore/In/Letterli.pl
lib/unicore/In/LowSurro.pl
lib/unicore/In/Malayala.pl
lib/unicore/In/Mathema2.pl
lib/unicore/In/Mathemat.pl
lib/unicore/In/Miscell2.pl
lib/unicore/In/Miscella.pl
lib/unicore/In/Mongolia.pl
lib/unicore/In/MusicalS.pl
lib/unicore/In/Myanmar.pl
lib/unicore/In/NumberFo.pl
lib/unicore/In/Ogham.pl
lib/unicore/In/OldItali.pl
lib/unicore/In/OpticalC.pl
lib/unicore/In/Oriya.pl
lib/unicore/In/PrivateU.pl
lib/unicore/In/Runic.pl
lib/unicore/In/Sinhala.pl
lib/unicore/In/SmallFor.pl
lib/unicore/In/SpacingM.pl
lib/unicore/In/Specials.pl
lib/unicore/In/Superscr.pl
lib/unicore/In/Syriac.pl
lib/unicore/In/Tags.pl
lib/unicore/In/Tamil.pl
lib/unicore/In/Telugu.pl
lib/unicore/In/Thaana.pl
lib/unicore/In/Thai.pl
lib/unicore/In/Tibetan.pl
lib/unicore/In/UnifiedC.pl
lib/unicore/In/YiRadica.pl
lib/unicore/In/YiSyllab.pl

index 61838e0..fe07233 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InAlphabeticPresentationForms} (and fuzzy permutations)
+# 
+# Meaning: Block 'Alphabetic Presentation Forms'
+#
 return <<'END';
 FB00   FB4F    Alphabetic Presentation Forms
 END
index 8cb5d9d..ae7cb8d 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InArabic} (and fuzzy permutations)
+# 
+# Meaning: Block 'Arabic'
+#
 return <<'END';
 0600   06FF    Arabic
 END
index faa36a6..1c4e4c0 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InArabicPresentationFormsA} (and fuzzy permutations)
+# 
+# Meaning: Block 'Arabic Presentation Forms-A'
+#
 return <<'END';
-FE70   FEFE    Arabic Presentation Forms-B
+FB50   FDFF    Arabic Presentation Forms-A
 END
index 4596dbf..75ae109 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InArabicPresentationFormsB} (and fuzzy permutations)
+# 
+# Meaning: Block 'Arabic Presentation Forms-B'
+#
 return <<'END';
-FB50   FDFF    Arabic Presentation Forms-A
+FE70   FEFE    Arabic Presentation Forms-B
 END
index faec8db..7ff3911 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InArmenian} (and fuzzy permutations)
+# 
+# Meaning: Block 'Armenian'
+#
 return <<'END';
 0530   058F    Armenian
 END
index 5d4c84f..8a58c83 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InArrows} (and fuzzy permutations)
+# 
+# Meaning: Block 'Arrows'
+#
 return <<'END';
 2190   21FF    Arrows
 END
index dc39528..fd18493 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBasicLatin} (and fuzzy permutations)
+# 
+# Meaning: Block 'Basic Latin'
+#
 return <<'END';
 0000   007F    Basic Latin
 END
index 0a72dc7..a941f06 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBengali} (and fuzzy permutations)
+# 
+# Meaning: Block 'Bengali'
+#
 return <<'END';
 0980   09FF    Bengali
 END
index ff2e82a..c0a2267 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBlockElements} (and fuzzy permutations)
+# 
+# Meaning: Block 'Block Elements'
+#
 return <<'END';
 2580   259F    Block Elements
 END
index 8bc6814..105f4da 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBopomofoExtended} (and fuzzy permutations)
+# 
+# Meaning: Block 'Bopomofo Extended'
+#
 return <<'END';
-3100   312F    Bopomofo
+31A0   31BF    Bopomofo Extended
 END
index c986d5a..78f2d22 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBopomofo} (and fuzzy permutations)
+# 
+# Meaning: Block 'Bopomofo'
+#
 return <<'END';
-31A0   31BF    Bopomofo Extended
+3100   312F    Bopomofo
 END
index 6ad7a75..b109be0 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBoxDrawing} (and fuzzy permutations)
+# 
+# Meaning: Block 'Box Drawing'
+#
 return <<'END';
 2500   257F    Box Drawing
 END
index d38dd0a..2e5d23d 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InBraillePatterns} (and fuzzy permutations)
+# 
+# Meaning: Block 'Braille Patterns'
+#
 return <<'END';
 2800   28FF    Braille Patterns
 END
index c2630f8..d619d60 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InByzantineMusicalSymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Byzantine Musical Symbols'
+#
 return <<'END';
 1D000  1D0FF   Byzantine Musical Symbols
 END
index 6953b5b..baba329 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCherokee} (and fuzzy permutations)
+# 
+# Meaning: Block 'Cherokee'
+#
 return <<'END';
 13A0   13FF    Cherokee
 END
index 6673446..782b00d 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkCompatibilityForms} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Compatibility Forms'
+#
 return <<'END';
-F900   FAFF    CJK Compatibility Ideographs
+FE30   FE4F    CJK Compatibility Forms
 END
index 6682e83..dc3cc61 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkCompatibilityIdeographs} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Compatibility Ideographs'
+#
 return <<'END';
-3300   33FF    CJK Compatibility
+F900   FAFF    CJK Compatibility Ideographs
 END
index 0df5cfc..1446c1e 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkCompatibilityIdeographsSupplement} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Compatibility Ideographs Supplement'
+#
 return <<'END';
 2F800  2FA1F   CJK Compatibility Ideographs Supplement
 END
index c1cddb3..e9f7da6 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkCompatibility} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Compatibility'
+#
 return <<'END';
-FE30   FE4F    CJK Compatibility Forms
+3300   33FF    CJK Compatibility
 END
index 38727ad..7933c42 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkRadicalsSupplement} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Radicals Supplement'
+#
 return <<'END';
 2E80   2EFF    CJK Radicals Supplement
 END
index 8f60a46..7c580d1 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkSymbolsAndPunctuation} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Symbols and Punctuation'
+#
 return <<'END';
 3000   303F    CJK Symbols and Punctuation
 END
index ca874f6..79091e0 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkUnifiedIdeographsExtensionA} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Unified Ideographs Extension A'
+#
 return <<'END';
 3400   4DB5    CJK Unified Ideographs Extension A
 END
index 96ac14a..c5a0da4 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkUnifiedIdeographsExtensionB} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Unified Ideographs Extension B'
+#
 return <<'END';
 20000  2A6D6   CJK Unified Ideographs Extension B
 END
index 476d92a..fb5f06f 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCjkUnifiedIdeographs} (and fuzzy permutations)
+# 
+# Meaning: Block 'CJK Unified Ideographs'
+#
 return <<'END';
 4E00   9FFF    CJK Unified Ideographs
 END
index 0a200f7..a116575 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCombiningDiacriticalMarks} (and fuzzy permutations)
+# 
+# Meaning: Block 'Combining Diacritical Marks'
+#
 return <<'END';
-20D0   20FF    Combining Marks for Symbols
+0300   036F    Combining Diacritical Marks
 END
index 8a7ebb2..6a3c2e5 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCombiningMarksForSymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Combining Marks for Symbols'
+#
 return <<'END';
-FE20   FE2F    Combining Half Marks
+20D0   20FF    Combining Marks for Symbols
 END
index e463a90..5a67b2a 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCombiningHalfMarks} (and fuzzy permutations)
+# 
+# Meaning: Block 'Combining Half Marks'
+#
 return <<'END';
-0300   036F    Combining Diacritical Marks
+FE20   FE2F    Combining Half Marks
 END
index 84f0488..d75ad86 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InControlPictures} (and fuzzy permutations)
+# 
+# Meaning: Block 'Control Pictures'
+#
 return <<'END';
 2400   243F    Control Pictures
 END
index af45d9f..72b1dba 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCurrencySymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Currency Symbols'
+#
 return <<'END';
 20A0   20CF    Currency Symbols
 END
index 525b481..06906a4 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InCyrillic} (and fuzzy permutations)
+# 
+# Meaning: Block 'Cyrillic'
+#
 return <<'END';
 0400   04FF    Cyrillic
 END
index c158121..b13e7dc 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InDeseret} (and fuzzy permutations)
+# 
+# Meaning: Block 'Deseret'
+#
 return <<'END';
 10400  1044F   Deseret
 END
index 2ea6685..bfa18cf 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InDevanagari} (and fuzzy permutations)
+# 
+# Meaning: Block 'Devanagari'
+#
 return <<'END';
 0900   097F    Devanagari
 END
index 9d91ba2..a6408ae 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InDingbats} (and fuzzy permutations)
+# 
+# Meaning: Block 'Dingbats'
+#
 return <<'END';
 2700   27BF    Dingbats
 END
index 51fdd2a..6aceaa7 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InEnclosedCjkLettersAndMonths} (and fuzzy permutations)
+# 
+# Meaning: Block 'Enclosed CJK Letters and Months'
+#
 return <<'END';
-2460   24FF    Enclosed Alphanumerics
+3200   32FF    Enclosed CJK Letters and Months
 END
index b2236a5..7f8e481 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InEnclosedAlphanumerics} (and fuzzy permutations)
+# 
+# Meaning: Block 'Enclosed Alphanumerics'
+#
 return <<'END';
-3200   32FF    Enclosed CJK Letters and Months
+2460   24FF    Enclosed Alphanumerics
 END
index 1fb9683..3cc7a39 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InEthiopic} (and fuzzy permutations)
+# 
+# Meaning: Block 'Ethiopic'
+#
 return <<'END';
 1200   137F    Ethiopic
 END
index c0b8f84..3a608af 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGeneralPunctuation} (and fuzzy permutations)
+# 
+# Meaning: Block 'General Punctuation'
+#
 return <<'END';
 2000   206F    General Punctuation
 END
index 874cc37..7e97d02 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGeometricShapes} (and fuzzy permutations)
+# 
+# Meaning: Block 'Geometric Shapes'
+#
 return <<'END';
 25A0   25FF    Geometric Shapes
 END
index a63dfde..79539f4 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGeorgian} (and fuzzy permutations)
+# 
+# Meaning: Block 'Georgian'
+#
 return <<'END';
 10A0   10FF    Georgian
 END
index 733e7a0..12bba49 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGothic} (and fuzzy permutations)
+# 
+# Meaning: Block 'Gothic'
+#
 return <<'END';
 10330  1034F   Gothic
 END
index 241ae52..be15898 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGreek} (and fuzzy permutations)
+# 
+# Meaning: Block 'Greek'
+#
 return <<'END';
 0370   03FF    Greek
 END
index 0e424bb..7e7e7c2 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGreekExtended} (and fuzzy permutations)
+# 
+# Meaning: Block 'Greek Extended'
+#
 return <<'END';
 1F00   1FFF    Greek Extended
 END
index e22a635..cd05cf3 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGujarati} (and fuzzy permutations)
+# 
+# Meaning: Block 'Gujarati'
+#
 return <<'END';
 0A80   0AFF    Gujarati
 END
index c9d57a1..53ae08f 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InGurmukhi} (and fuzzy permutations)
+# 
+# Meaning: Block 'Gurmukhi'
+#
 return <<'END';
 0A00   0A7F    Gurmukhi
 END
index c118d02..3700834 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHalfwidthAndFullwidthForms} (and fuzzy permutations)
+# 
+# Meaning: Block 'Halfwidth and Fullwidth Forms'
+#
 return <<'END';
 FF00   FFEF    Halfwidth and Fullwidth Forms
 END
index 03cde6b..ab9afaa 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHangulCompatibilityJamo} (and fuzzy permutations)
+# 
+# Meaning: Block 'Hangul Compatibility Jamo'
+#
 return <<'END';
 3130   318F    Hangul Compatibility Jamo
 END
index c713b72..fcdd1d6 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHangulJamo} (and fuzzy permutations)
+# 
+# Meaning: Block 'Hangul Jamo'
+#
 return <<'END';
 1100   11FF    Hangul Jamo
 END
index d1fb6cb..0a46081 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHangulSyllables} (and fuzzy permutations)
+# 
+# Meaning: Block 'Hangul Syllables'
+#
 return <<'END';
 AC00   D7A3    Hangul Syllables
 END
index 77daa39..2911115 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHebrew} (and fuzzy permutations)
+# 
+# Meaning: Block 'Hebrew'
+#
 return <<'END';
 0590   05FF    Hebrew
 END
index d6cd369..f0bf1c3 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHighPrivateUseSurrogates} (and fuzzy permutations)
+# 
+# Meaning: Block 'High Private Use Surrogates'
+#
 return <<'END';
 DB80   DBFF    High Private Use Surrogates
 END
index 5a168ee..40de27a 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHighSurrogates} (and fuzzy permutations)
+# 
+# Meaning: Block 'High Surrogates'
+#
 return <<'END';
 D800   DB7F    High Surrogates
 END
index 8e45988..4859948 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InHiragana} (and fuzzy permutations)
+# 
+# Meaning: Block 'Hiragana'
+#
 return <<'END';
 3040   309F    Hiragana
 END
index 009c043..7e52105 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InIdeographicDescriptionCharacters} (and fuzzy permutations)
+# 
+# Meaning: Block 'Ideographic Description Characters'
+#
 return <<'END';
 2FF0   2FFF    Ideographic Description Characters
 END
index 18b47e2..9926bea 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InIpaExtensions} (and fuzzy permutations)
+# 
+# Meaning: Block 'IPA Extensions'
+#
 return <<'END';
 0250   02AF    IPA Extensions
 END
index e277500..d99efdd 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InKanbun} (and fuzzy permutations)
+# 
+# Meaning: Block 'Kanbun'
+#
 return <<'END';
 3190   319F    Kanbun
 END
index de34e58..6dd91e0 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InKangxiRadicals} (and fuzzy permutations)
+# 
+# Meaning: Block 'Kangxi Radicals'
+#
 return <<'END';
 2F00   2FDF    Kangxi Radicals
 END
index 839711e..b9a5a48 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InKannada} (and fuzzy permutations)
+# 
+# Meaning: Block 'Kannada'
+#
 return <<'END';
 0C80   0CFF    Kannada
 END
index 2233527..3157252 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InKatakana} (and fuzzy permutations)
+# 
+# Meaning: Block 'Katakana'
+#
 return <<'END';
 30A0   30FF    Katakana
 END
index 2b5ee63..e7919e9 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InKhmer} (and fuzzy permutations)
+# 
+# Meaning: Block 'Khmer'
+#
 return <<'END';
 1780   17FF    Khmer
 END
index 9769e84..c6e9e50 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLao} (and fuzzy permutations)
+# 
+# Meaning: Block 'Lao'
+#
 return <<'END';
 0E80   0EFF    Lao
 END
index 1950918..88fa91d 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLatin1Supplement} (and fuzzy permutations)
+# 
+# Meaning: Block 'Latin-1 Supplement'
+#
 return <<'END';
 0080   00FF    Latin-1 Supplement
 END
index 5f67de5..a56c71b 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLatinExtendedA} (and fuzzy permutations)
+# 
+# Meaning: Block 'Latin Extended-A'
+#
 return <<'END';
 0100   017F    Latin Extended-A
 END
index 21f362e..09ed939 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLatinExtendedAdditional} (and fuzzy permutations)
+# 
+# Meaning: Block 'Latin Extended Additional'
+#
 return <<'END';
-0180   024F    Latin Extended-B
+1E00   1EFF    Latin Extended Additional
 END
index fade1d8..b17d1a0 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLatinExtendedB} (and fuzzy permutations)
+# 
+# Meaning: Block 'Latin Extended-B'
+#
 return <<'END';
-1E00   1EFF    Latin Extended Additional
+0180   024F    Latin Extended-B
 END
index 5847d50..f87eadf 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLetterlikeSymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Letterlike Symbols'
+#
 return <<'END';
 2100   214F    Letterlike Symbols
 END
index 2dbcb0c..56dd72e 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InLowSurrogates} (and fuzzy permutations)
+# 
+# Meaning: Block 'Low Surrogates'
+#
 return <<'END';
 DC00   DFFF    Low Surrogates
 END
index 9fb4c23..90bfdf5 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMalayalam} (and fuzzy permutations)
+# 
+# Meaning: Block 'Malayalam'
+#
 return <<'END';
 0D00   0D7F    Malayalam
 END
index 994dff2..0a1aca8 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMathematicalAlphanumericSymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Mathematical Alphanumeric Symbols'
+#
 return <<'END';
 1D400  1D7FF   Mathematical Alphanumeric Symbols
 END
index 812e6d3..97a874e 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMathematicalOperators} (and fuzzy permutations)
+# 
+# Meaning: Block 'Mathematical Operators'
+#
 return <<'END';
 2200   22FF    Mathematical Operators
 END
index 1fe5615..c11fd2b 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMiscellaneousTechnical} (and fuzzy permutations)
+# 
+# Meaning: Block 'Miscellaneous Technical'
+#
 return <<'END';
-2600   26FF    Miscellaneous Symbols
+2300   23FF    Miscellaneous Technical
 END
index a465860..3b68244 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMiscellaneousSymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Miscellaneous Symbols'
+#
 return <<'END';
-2300   23FF    Miscellaneous Technical
+2600   26FF    Miscellaneous Symbols
 END
index af37355..1166665 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMongolian} (and fuzzy permutations)
+# 
+# Meaning: Block 'Mongolian'
+#
 return <<'END';
 1800   18AF    Mongolian
 END
index 3fea06a..168f681 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMusicalSymbols} (and fuzzy permutations)
+# 
+# Meaning: Block 'Musical Symbols'
+#
 return <<'END';
 1D100  1D1FF   Musical Symbols
 END
index 89b936d..c4e94f8 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InMyanmar} (and fuzzy permutations)
+# 
+# Meaning: Block 'Myanmar'
+#
 return <<'END';
 1000   109F    Myanmar
 END
index 8857fff..a15c2ff 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InNumberForms} (and fuzzy permutations)
+# 
+# Meaning: Block 'Number Forms'
+#
 return <<'END';
 2150   218F    Number Forms
 END
index 9c59ecc..1e4ad3e 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InOgham} (and fuzzy permutations)
+# 
+# Meaning: Block 'Ogham'
+#
 return <<'END';
 1680   169F    Ogham
 END
index 4f12a56..e6f03e0 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InOldItalic} (and fuzzy permutations)
+# 
+# Meaning: Block 'Old Italic'
+#
 return <<'END';
 10300  1032F   Old Italic
 END
index 1112264..7112b78 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InOpticalCharacterRecognition} (and fuzzy permutations)
+# 
+# Meaning: Block 'Optical Character Recognition'
+#
 return <<'END';
 2440   245F    Optical Character Recognition
 END
index 6a31054..22d456f 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InOriya} (and fuzzy permutations)
+# 
+# Meaning: Block 'Oriya'
+#
 return <<'END';
 0B00   0B7F    Oriya
 END
index 90c22ce..3bf1c6e 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InPrivateUse} (and fuzzy permutations)
+# 
+# Meaning: Block 'Private Use'
+#
 return <<'END';
 E000   F8FF    Private Use
 F0000  FFFFD   Private Use
index fcb9cf8..ff03ebf 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InRunic} (and fuzzy permutations)
+# 
+# Meaning: Block 'Runic'
+#
 return <<'END';
 16A0   16FF    Runic
 END
index b5ce849..4518d70 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InSinhala} (and fuzzy permutations)
+# 
+# Meaning: Block 'Sinhala'
+#
 return <<'END';
 0D80   0DFF    Sinhala
 END
index cc7315a..20f4455 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InSmallFormVariants} (and fuzzy permutations)
+# 
+# Meaning: Block 'Small Form Variants'
+#
 return <<'END';
 FE50   FE6F    Small Form Variants
 END
index 1a56ed7..ed1bda7 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InSpacingModifierLetters} (and fuzzy permutations)
+# 
+# Meaning: Block 'Spacing Modifier Letters'
+#
 return <<'END';
 02B0   02FF    Spacing Modifier Letters
 END
index 739e738..bed30f4 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InSpecials} (and fuzzy permutations)
+# 
+# Meaning: Block 'Specials'
+#
 return <<'END';
 FEFF           Specials
 FFF0   FFFD    Specials
index 549d730..2db0bba 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InSuperscriptsAndSubscripts} (and fuzzy permutations)
+# 
+# Meaning: Block 'Superscripts and Subscripts'
+#
 return <<'END';
 2070   209F    Superscripts and Subscripts
 END
index 5187daa..80c73af 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InSyriac} (and fuzzy permutations)
+# 
+# Meaning: Block 'Syriac'
+#
 return <<'END';
 0700   074F    Syriac
 END
index 12aab44..eaa6a79 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InTags} (and fuzzy permutations)
+# 
+# Meaning: Block 'Tags'
+#
 return <<'END';
 E0000  E007F   Tags
 END
index 036f952..7a0ed65 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InTamil} (and fuzzy permutations)
+# 
+# Meaning: Block 'Tamil'
+#
 return <<'END';
 0B80   0BFF    Tamil
 END
index b145c79..3849120 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InTelugu} (and fuzzy permutations)
+# 
+# Meaning: Block 'Telugu'
+#
 return <<'END';
 0C00   0C7F    Telugu
 END
index 76ff869..bbf3f95 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InThaana} (and fuzzy permutations)
+# 
+# Meaning: Block 'Thaana'
+#
 return <<'END';
 0780   07BF    Thaana
 END
index 7faa851..91feb42 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InThai} (and fuzzy permutations)
+# 
+# Meaning: Block 'Thai'
+#
 return <<'END';
 0E00   0E7F    Thai
 END
index 7b9d788..d118468 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InTibetan} (and fuzzy permutations)
+# 
+# Meaning: Block 'Tibetan'
+#
 return <<'END';
 0F00   0FFF    Tibetan
 END
index 37bc793..be19c24 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InUnifiedCanadianAboriginalSyllabics} (and fuzzy permutations)
+# 
+# Meaning: Block 'Unified Canadian Aboriginal Syllabics'
+#
 return <<'END';
 1400   167F    Unified Canadian Aboriginal Syllabics
 END
index 7d458bf..d50561f 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InYiRadicals} (and fuzzy permutations)
+# 
+# Meaning: Block 'Yi Radicals'
+#
 return <<'END';
 A490   A4CF    Yi Radicals
 END
index c02636c..06f417f 100644 (file)
@@ -1,7 +1,13 @@
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
-# This file is built by mktables from e.g. Unicode.txt.
+# This file is built by ./mktables from e.g. Unicode.txt.
 # Any changes made here will be lost!
 
+#
+# This file supports:
+#      \p{InYiSyllables} (and fuzzy permutations)
+# 
+# Meaning: Block 'Yi Syllables'
+#
 return <<'END';
 A000   A48F    Yi Syllables
 END