This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The Official 3.2.0 came out.
[perl5.git] / lib / unicore / lib / OtherDef.pl
diff --git a/lib/unicore/lib/OtherDef.pl b/lib/unicore/lib/OtherDef.pl
new file mode 100644 (file)
index 0000000..6bdd194
--- /dev/null
@@ -0,0 +1,17 @@
+# !!!!!!!   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{OtherDefaultIgnorableCodePoint} (and fuzzy permutations)
+# 
+# Meaning: Extended property 'Other_Default_Ignorable_Code_Point'
+#
+return <<'END';
+180B   180D    Other_Default_Ignorable_Code_Point
+2060   206F    Other_Default_Ignorable_Code_Point
+FE00   FE0F    Other_Default_Ignorable_Code_Point
+FFF0   FFFB    Other_Default_Ignorable_Code_Point
+E0000  E0FFF   Other_Default_Ignorable_Code_Point
+END