diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-05-01 14:07:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-05-01 14:07:45 +0000 |
commit | 080ee629b6ee9302728926f5b419db1bf3aa61a0 (patch) | |
tree | 216ea2c15b8c6b8ab27559596c95e613b81d9892 | |
parent | 68ce86758e642e86428a3cfd794b3da7f8b9688d (diff) | |
download | perl-080ee629b6ee9302728926f5b419db1bf3aa61a0.tar.gz |
And that same fool forgot to add the not-really-needed "fuzzy" versions
of some binary property files
p4raw-id: //depot/perl@22763
-rw-r--r-- | lib/unicore/lib/gc_sc/Dash2.pl | 26 | ||||
-rw-r--r-- | lib/unicore/lib/gc_sc/Hyphen2.pl | 21 | ||||
-rw-r--r-- | lib/unicore/lib/gc_sc/Radical2.pl | 15 |
3 files changed, 62 insertions, 0 deletions
diff --git a/lib/unicore/lib/gc_sc/Dash2.pl b/lib/unicore/lib/gc_sc/Dash2.pl new file mode 100644 index 0000000000..aa3d3f4756 --- /dev/null +++ b/lib/unicore/lib/gc_sc/Dash2.pl @@ -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 index 0000000000..a9023e8e78 --- /dev/null +++ b/lib/unicore/lib/gc_sc/Hyphen2.pl @@ -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 index 0000000000..1bd455af14 --- /dev/null +++ b/lib/unicore/lib/gc_sc/Radical2.pl @@ -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 |