This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need to store identity mappings.
[perl5.git] / lib / unicore / lib / AsciiHex.pl
1 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
2 # This file is built by ./mktables from e.g. UnicodeData.txt.
3 # Any changes made here will be lost!
4
5 #
6 # This file supports:
7 #       \p{AsciiHexDigit} (and fuzzy permutations)
8
9 # Meaning: Extended property 'ASCII_Hex_Digit'
10 #
11 return <<'END';
12 0030    0039    ASCII_Hex_Digit
13 0041    0046    ASCII_Hex_Digit
14 0061    0066    ASCII_Hex_Digit
15 END