summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/unicore/lib/gc_sc/AsciiHex.pl
blob: be2637d80eddc03c53e85a01f5e66e37813ff141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# !!!!!!!   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{AsciiHexDigit} (and fuzzy permutations)
# 
# Meaning: Extended property 'ASCII_Hex_Digit'
#
return <<'END';
0030	0039	ASCII_Hex_Digit
0041	0046	ASCII_Hex_Digit
0061	0066	ASCII_Hex_Digit
END