summaryrefslogtreecommitdiff
path: root/Master/xemtex/perl/lib/unicore/Exact.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/xemtex/perl/lib/unicore/Exact.pl')
-rw-r--r--Master/xemtex/perl/lib/unicore/Exact.pl110
1 files changed, 0 insertions, 110 deletions
diff --git a/Master/xemtex/perl/lib/unicore/Exact.pl b/Master/xemtex/perl/lib/unicore/Exact.pl
deleted file mode 100644
index 61ba06a9e70..00000000000
--- a/Master/xemtex/perl/lib/unicore/Exact.pl
+++ /dev/null
@@ -1,110 +0,0 @@
-# !!!!!!! 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
-%utf8::Exact = (
- ASCII => 'ASCII',
- All => 'Any',
- Alnum => 'Alnum',
- Alpha => 'Alpha',
- Any => 'Any',
- Assigned => 'Assigned',
- BidiAL => 'BidiAL',
- BidiAN => 'BidiAN',
- BidiB => 'BidiB',
- BidiBN => 'BidiBN',
- BidiCS => 'BidiCS',
- BidiEN => 'BidiEN',
- BidiES => 'BidiES',
- BidiET => 'BidiET',
- BidiL => 'BidiL',
- BidiLRE => 'BidiLRE',
- BidiLRO => 'BidiLRO',
- BidiNSM => 'BidiNSM',
- BidiON => 'BidiON',
- BidiPDF => 'BidiPDF',
- BidiR => 'BidiR',
- BidiRLE => 'BidiRLE',
- BidiRLO => 'BidiRLO',
- BidiS => 'BidiS',
- BidiWS => 'BidiWS',
- Blank => 'Blank',
- C => 'C',
- Canon => 'Canon',
- Cc => 'Cc',
- Cf => 'Cf',
- Cn => 'Cn',
- Cntrl => 'Cntrl',
- Co => 'Co',
- Compat => 'Compat',
- Cs => 'Cs',
- DCcircle => 'DCcircle',
- DCcompat => 'DCcompat',
- DCfinal => 'DCfinal',
- DCfont => 'DCfont',
- DCfraction => 'DCfracti',
- DCinitial => 'DCinitia',
- DCisolated => 'DCisolat',
- DCmedial => 'DCmedial',
- DCnarrow => 'DCnarrow',
- DCnoBreak => 'DCnoBrea',
- DCsmall => 'DCsmall',
- DCsquare => 'DCsquare',
- DCsub => 'DCsub',
- DCsuper => 'DCsuper',
- DCvertical => 'DCvertic',
- DCwide => 'DCwide',
- Digit => 'Digit',
- Graph => 'Graph',
- L => 'L',
-'L&' => 'L_',
- Ll => 'Ll',
- Lm => 'Lm',
- Lo => 'Lo',
- Lower => 'Lower',
- Lt => 'Lt',
- Lu => 'Lu',
- M => 'M',
- Mc => 'Mc',
- Me => 'Me',
- Mirrored => 'Mirrored',
- 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;