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 / Latin.pl
diff --git a/lib/unicore/lib/Latin.pl b/lib/unicore/lib/Latin.pl
new file mode 100644 (file)
index 0000000..4c26446
--- /dev/null
@@ -0,0 +1,30 @@
+# !!!!!!!   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{Latin} (and fuzzy permutations)
+# 
+# Meaning: Script 'LATIN'
+#
+return <<'END';
+0041   005A    LATIN
+0061   007A    LATIN
+00AA           LATIN
+00BA           LATIN
+00C0   00D6    LATIN
+00D8   00F6    LATIN
+00F8   021F    LATIN
+0222   0233    LATIN
+0250   02AD    LATIN
+02B0   02B8    LATIN
+02E0   02E4    LATIN
+1E00   1E9B    LATIN
+1EA0   1EF9    LATIN
+207F           LATIN
+212A   212B    LATIN
+FB00   FB06    LATIN
+FF21   FF3A    LATIN
+FF41   FF5A    LATIN
+END