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 / Cntrl.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{Cntrl}
8
9 # Meaning: [[:Cntrl:]]
10 #
11 return <<'END';
12 0000    001F    
13 007F    009F    
14 070F            
15 180B    180E    
16 200C    200F    
17 202A    202E    
18 206A    206F    
19 D800    F8FF    
20 FEFF            
21 FFF9    FFFB    
22 1D173   1D17A   
23 E0001           
24 E0020   E007F   
25 F0000   FFFFD   
26 100000  10FFFD  
27 END