summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/unicore/Exact.pl
blob: 42312b054cca4dd6c47d274dffeaf850d1b4e53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
# This file is built by mktables from e.g. UnicodeData.txt.
# Any changes made here will be lost!

##
## Data in this file used by ../utf8_heavy.pl
##

## Mapping from name to filename in ./lib/gc_sc
%utf8::Exact = (
 ASCII		=> 'ASCII',
 All		=> 'Any',
 Alnum		=> 'Alnum',
 Alpha		=> 'Alpha',
 Any		=> 'Any',
 Assigned	=> 'Assigned',
 Blank		=> 'Blank',
 C		=> 'C',
 Cc		=> 'Cc',
 Cf		=> 'Cf',
 Cn		=> 'Cn',
 Cntrl		=> 'Cntrl',
 Co		=> 'Co',
 Cs		=> 'Cs',
 Digit		=> 'Digit',
 Graph		=> 'Graph',
 InGreek	=> 'InGreekA',
 L		=> 'L',
 LC		=> 'LC',
 Ll		=> 'Ll',
 Lm		=> 'Lm',
 Lo		=> 'Lo',
 Lower		=> 'Lower',
 Lt		=> 'Lt',
 Lu		=> 'Lu',
 M		=> 'M',
 Mc		=> 'Mc',
 Me		=> 'Me',
 Mn		=> 'Mn',
 N		=> 'N',
 Nd		=> 'Nd',
 Nl		=> 'Nl',
 No		=> 'No',
 P		=> 'P',
 Pc		=> 'Pc',
 Pd		=> 'Pd',
 Pe		=> 'Pe',
 Pf		=> 'Pf',
 Pi		=> 'Pi',
 Po		=> 'Po',
 Print		=> 'Print',
 Ps		=> 'Ps',
 Punct		=> 'Punct',
 S		=> 'S',
 Sc		=> 'Sc',
 Sk		=> 'Sk',
 Sm		=> 'Sm',
 So		=> 'So',
 Space		=> 'Space',
 SpacePerl	=> 'SpacePer',
 Title		=> 'Title',
 Upper		=> 'Upper',
 Word		=> 'Word',
 XDigit 	=> 'XDigit',
 Z		=> 'Z',
 Zl		=> 'Zl',
 Zp		=> 'Zp',
 Zs		=> 'Zs',
 _CanonDCIJ	=> '_CanonDC',
 _CaseIgnorable  => '_CaseIgn',
 _CombAbove	=> '_CombAbo',
);
1;