source: for-distributions/trunk/bin/windows/perl/lib/unicore/Exact.pl@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 1.3 KB
Line 
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## Data in this file used by ../utf8_heavy.pl
7##
8
9## Mapping from name to filename in ./lib/gc_sc
10%utf8::Exact = (
11 ASCII => 'ASCII',
12 All => 'Any',
13 Alnum => 'Alnum',
14 Alpha => 'Alpha',
15 Any => 'Any',
16 Assigned => 'Assigned',
17 Blank => 'Blank',
18 C => 'C',
19 Cc => 'Cc',
20 Cf => 'Cf',
21 Cn => 'Cn',
22 Cntrl => 'Cntrl',
23 Co => 'Co',
24 Cs => 'Cs',
25 Digit => 'Digit',
26 Graph => 'Graph',
27 InGreek => 'InGreekA',
28 L => 'L',
29 LC => 'LC',
30 Ll => 'Ll',
31 Lm => 'Lm',
32 Lo => 'Lo',
33 Lower => 'Lower',
34 Lt => 'Lt',
35 Lu => 'Lu',
36 M => 'M',
37 Mc => 'Mc',
38 Me => 'Me',
39 Mn => 'Mn',
40 N => 'N',
41 Nd => 'Nd',
42 Nl => 'Nl',
43 No => 'No',
44 P => 'P',
45 Pc => 'Pc',
46 Pd => 'Pd',
47 Pe => 'Pe',
48 Pf => 'Pf',
49 Pi => 'Pi',
50 Po => 'Po',
51 Print => 'Print',
52 Ps => 'Ps',
53 Punct => 'Punct',
54 S => 'S',
55 Sc => 'Sc',
56 Sk => 'Sk',
57 Sm => 'Sm',
58 So => 'So',
59 Space => 'Space',
60 SpacePerl => 'SpacePer',
61 Title => 'Title',
62 Upper => 'Upper',
63 Word => 'Word',
64 XDigit => 'XDigit',
65 Z => 'Z',
66 Zl => 'Zl',
67 Zp => 'Zp',
68 Zs => 'Zs',
69 _CanonDCIJ => '_CanonDC',
70 _CaseIgnorable => '_CaseIgn',
71 _CombAbove => '_CombAbo',
72);
731;
Note: See TracBrowser for help on using the repository browser.