This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Jeffrey's Unicode adventure continues: unify the In/*.pl
[perl5.git] / lib / unicore / lib / Cntrl.pl
diff --git a/lib/unicore/lib/Cntrl.pl b/lib/unicore/lib/Cntrl.pl
new file mode 100644 (file)
index 0000000..cb64dff
--- /dev/null
@@ -0,0 +1,27 @@
+# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
+# This file is built by ./mktables from e.g. Unicode.txt.
+# Any changes made here will be lost!
+
+#
+# This file supports:
+#      \p{Cntrl}
+# 
+# Meaning: [[:Cntrl:]]
+#
+return <<'END';
+0000   001F    
+007F   009F    
+070F           
+180B   180E    
+200C   200F    
+202A   202E    
+206A   206F    
+D800   F8FF    
+FEFF           
+FFF9   FFFB    
+1D173  1D17A   
+E0001          
+E0020  E007F   
+F0000  FFFFD   
+100000 10FFFD  
+END