home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl / 5.10.0 / unicore / Exact.pl < prev    next >
Encoding:
Text File  |  2009-06-26  |  1.3 KB  |  76 lines

  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.  HorizSpace    => 'HorizSpa',
  28.  InGreek    => 'InGreekA',
  29.  L        => 'L',
  30.  LC        => 'LC',
  31.  Ll        => 'Ll',
  32.  Lm        => 'Lm',
  33.  Lo        => 'Lo',
  34.  Lower        => 'Lower',
  35.  Lt        => 'Lt',
  36.  Lu        => 'Lu',
  37.  M        => 'M',
  38.  Mc        => 'Mc',
  39.  Me        => 'Me',
  40.  Mn        => 'Mn',
  41.  N        => 'N',
  42.  Nd        => 'Nd',
  43.  Nl        => 'Nl',
  44.  No        => 'No',
  45.  P        => 'P',
  46.  Pc        => 'Pc',
  47.  Pd        => 'Pd',
  48.  Pe        => 'Pe',
  49.  Pf        => 'Pf',
  50.  Pi        => 'Pi',
  51.  Po        => 'Po',
  52.  Print        => 'Print',
  53.  Ps        => 'Ps',
  54.  Punct        => 'Punct',
  55.  S        => 'S',
  56.  Sc        => 'Sc',
  57.  Sk        => 'Sk',
  58.  Sm        => 'Sm',
  59.  So        => 'So',
  60.  Space        => 'Space',
  61.  SpacePerl    => 'SpacePer',
  62.  Title        => 'Title',
  63.  Upper        => 'Upper',
  64.  VertSpace    => 'VertSpac',
  65.  Word        => 'Word',
  66.  XDigit     => 'XDigit',
  67.  Z        => 'Z',
  68.  Zl        => 'Zl',
  69.  Zp        => 'Zp',
  70.  Zs        => 'Zs',
  71.  _CanonDCIJ    => '_CanonDC',
  72.  _CaseIgnorable  => '_CaseIgn',
  73.  _CombAbove    => '_CombAbo',
  74. );
  75. 1;
  76.