This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
candidate for TR18 compliance
[perl5.git] / lib / unicore / lib / gc_sc / ASCII.pl
diff --git a/lib/unicore/lib/gc_sc/ASCII.pl b/lib/unicore/lib/gc_sc/ASCII.pl
new file mode 100644 (file)
index 0000000..dc7db1e
--- /dev/null
@@ -0,0 +1,13 @@
+# !!!!!!!   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{ASCII}
+# 
+# Meaning: [[:ASCII:]]
+#
+return <<'END';
+0000   007F    
+END