And that same fool forgot to add the not-really-needed "fuzzy" versions
authorNicholas Clark <nick@ccl4.org>
Sat, 1 May 2004 14:07:45 +0000 (14:07 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 May 2004 14:07:45 +0000 (14:07 +0000)
of some binary property files

p4raw-id: //depot/perl@22763

lib/unicore/lib/gc_sc/Dash2.pl [new file with mode: 0644]
lib/unicore/lib/gc_sc/Hyphen2.pl [new file with mode: 0644]
lib/unicore/lib/gc_sc/Radical2.pl [new file with mode: 0644]

diff --git a/lib/unicore/lib/gc_sc/Dash2.pl b/lib/unicore/lib/gc_sc/Dash2.pl
new file mode 100644 (file)
index 0000000..aa3d3f4
--- /dev/null
@@ -0,0 +1,26 @@
+# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
+# This file is built by mktables from e.g. UnicodeData.txt.
+# Any changes made here will be lost!
+
+#
+# This file supports:
+#      \p{Dash} (and fuzzy permutations)
+# 
+# Meaning: Extended property 'Dash'
+#
+return <<'END';
+002D           Dash
+058A           Dash
+1806           Dash
+2010   2015    Dash
+2053           Dash
+207B           Dash
+208B           Dash
+2212           Dash
+301C           Dash
+3030           Dash
+FE31   FE32    Dash
+FE58           Dash
+FE63           Dash
+FF0D           Dash
+END
diff --git a/lib/unicore/lib/gc_sc/Hyphen2.pl b/lib/unicore/lib/gc_sc/Hyphen2.pl
new file mode 100644 (file)
index 0000000..a9023e8
--- /dev/null
@@ -0,0 +1,21 @@
+# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
+# This file is built by mktables from e.g. UnicodeData.txt.
+# Any changes made here will be lost!
+
+#
+# This file supports:
+#      \p{Hyphen} (and fuzzy permutations)
+# 
+# Meaning: Extended property 'Hyphen'
+#
+return <<'END';
+002D           Hyphen
+00AD           Hyphen
+058A           Hyphen
+1806           Hyphen
+2010   2011    Hyphen
+30FB           Hyphen
+FE63           Hyphen
+FF0D           Hyphen
+FF65           Hyphen
+END
diff --git a/lib/unicore/lib/gc_sc/Radical2.pl b/lib/unicore/lib/gc_sc/Radical2.pl
new file mode 100644 (file)
index 0000000..1bd455a
--- /dev/null
@@ -0,0 +1,15 @@
+# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
+# This file is built by mktables from e.g. UnicodeData.txt.
+# Any changes made here will be lost!
+
+#
+# This file supports:
+#      \p{Radical} (and fuzzy permutations)
+# 
+# Meaning: Extended property 'Radical'
+#
+return <<'END';
+2E80   2E99    Radical
+2E9B   2EF3    Radical
+2F00   2FD5    Radical
+END