e_mac.c - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       e_mac.c (6140B)
       ---
            1 /*
            2  * AFM mac encoding.
            3  *
            4  * This file is automatically generated from file `mac.txt'.  If you
            5  * have any corrections to this file, please, edit file `mac.txt' instead.
            6  */
            7 
            8 /*
            9  * Enscript is free software: you can redistribute it and/or modify
           10  * it under the terms of the GNU General Public License as published by
           11  * the Free Software Foundation, either version 3 of the License, or
           12  * (at your option) any later version.
           13  *
           14  * Enscript is distributed in the hope that it will be useful,
           15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
           16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
           17  * GNU General Public License for more details.
           18  *
           19  * You should have received a copy of the GNU General Public License
           20  * along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
           21  */
           22 
           23 #include "afmint.h"
           24 
           25 AFMEncodingTable afm_mac_encoding[] =
           26 {
           27   {0x00, AFM_ENC_NONE},
           28   {0x01, AFM_ENC_NONE},
           29   {0x02, AFM_ENC_NONE},
           30   {0x03, AFM_ENC_NONE},
           31   {0x04, AFM_ENC_NONE},
           32   {0x05, AFM_ENC_NONE},
           33   {0x06, AFM_ENC_NONE},
           34   {0x07, AFM_ENC_NONE},
           35   {0x08, AFM_ENC_NONE},
           36   {0x09, AFM_ENC_NONE},
           37   {0x0a, AFM_ENC_NONE},
           38   {0x0b, AFM_ENC_NONE},
           39   {0x0c, AFM_ENC_NONE},
           40   {0x0d, AFM_ENC_NONE},
           41   {0x0e, AFM_ENC_NONE},
           42   {0x0f, AFM_ENC_NONE},
           43   {0x10, AFM_ENC_NONE},
           44   {0x11, AFM_ENC_NONE},
           45   {0x12, AFM_ENC_NONE},
           46   {0x13, AFM_ENC_NONE},
           47   {0x14, AFM_ENC_NONE},
           48   {0x15, AFM_ENC_NONE},
           49   {0x16, AFM_ENC_NONE},
           50   {0x17, AFM_ENC_NONE},
           51   {0x18, AFM_ENC_NONE},
           52   {0x19, AFM_ENC_NONE},
           53   {0x1a, AFM_ENC_NONE},
           54   {0x1b, AFM_ENC_NONE},
           55   {0x1c, AFM_ENC_NONE},
           56   {0x1d, AFM_ENC_NONE},
           57   {0x1e, AFM_ENC_NONE},
           58   {0x1f, AFM_ENC_NONE},
           59   {0x20, "space"},
           60   {0x21, "exclam"},
           61   {0x22, "quotedbl"},
           62   {0x23, "numbersign"},
           63   {0x24, "dollar"},
           64   {0x25, "percent"},
           65   {0x26, "ampersand"},
           66   {0x27, "quoteright"},
           67   {0x28, "parenleft"},
           68   {0x29, "parenright"},
           69   {0x2a, "asterisk"},
           70   {0x2b, "plus"},
           71   {0x2c, "comma"},
           72   {0x2d, "hyphen"},
           73   {0x2e, "period"},
           74   {0x2f, "slash"},
           75   {0x30, "zero"},
           76   {0x31, "one"},
           77   {0x32, "two"},
           78   {0x33, "three"},
           79   {0x34, "four"},
           80   {0x35, "five"},
           81   {0x36, "six"},
           82   {0x37, "seven"},
           83   {0x38, "eight"},
           84   {0x39, "nine"},
           85   {0x3a, "colon"},
           86   {0x3b, "semicolon"},
           87   {0x3c, "less"},
           88   {0x3d, "equal"},
           89   {0x3e, "greater"},
           90   {0x3f, "question"},
           91   {0x40, "at"},
           92   {0x41, "A"},
           93   {0x42, "B"},
           94   {0x43, "C"},
           95   {0x44, "D"},
           96   {0x45, "E"},
           97   {0x46, "F"},
           98   {0x47, "G"},
           99   {0x48, "H"},
          100   {0x49, "I"},
          101   {0x4a, "J"},
          102   {0x4b, "K"},
          103   {0x4c, "L"},
          104   {0x4d, "M"},
          105   {0x4e, "N"},
          106   {0x4f, "O"},
          107   {0x50, "P"},
          108   {0x51, "Q"},
          109   {0x52, "R"},
          110   {0x53, "S"},
          111   {0x54, "T"},
          112   {0x55, "U"},
          113   {0x56, "V"},
          114   {0x57, "W"},
          115   {0x58, "X"},
          116   {0x59, "Y"},
          117   {0x5a, "Z"},
          118   {0x5b, "bracketleft"},
          119   {0x5c, "backslash"},
          120   {0x5d, "bracketright"},
          121   {0x5e, "asciicircum"},
          122   {0x5f, "underscore"},
          123   {0x60, "quoteleft"},
          124   {0x61, "a"},
          125   {0x62, "b"},
          126   {0x63, "c"},
          127   {0x64, "d"},
          128   {0x65, "e"},
          129   {0x66, "f"},
          130   {0x67, "g"},
          131   {0x68, "h"},
          132   {0x69, "i"},
          133   {0x6a, "j"},
          134   {0x6b, "k"},
          135   {0x6c, "l"},
          136   {0x6d, "m"},
          137   {0x6e, "n"},
          138   {0x6f, "o"},
          139   {0x70, "p"},
          140   {0x71, "q"},
          141   {0x72, "r"},
          142   {0x73, "s"},
          143   {0x74, "t"},
          144   {0x75, "u"},
          145   {0x76, "v"},
          146   {0x77, "w"},
          147   {0x78, "x"},
          148   {0x79, "y"},
          149   {0x7a, "z"},
          150   {0x7b, "braceleft"},
          151   {0x7c, "bar"},
          152   {0x7d, "braceright"},
          153   {0x7e, "tilde"},
          154   {0x7f, AFM_ENC_NONE},
          155   {0x80, "Adieresis"},
          156   {0x81, "Aring"},
          157   {0x82, "Ccedilla"},
          158   {0x83, "Eacute"},
          159   {0x84, "Ntilde"},
          160   {0x85, "Odieresis"},
          161   {0x86, "Udieresis"},
          162   {0x87, "aacute"},
          163   {0x88, "agrave"},
          164   {0x89, "acircumflex"},
          165   {0x8a, "adieresis"},
          166   {0x8b, "atilde"},
          167   {0x8c, "aring"},
          168   {0x8d, "ccedilla"},
          169   {0x8e, "eacute"},
          170   {0x8f, "egrave"},
          171   {0x90, "ecircumflex"},
          172   {0x91, "edieresis"},
          173   {0x92, "iacute"},
          174   {0x93, "igrave"},
          175   {0x94, "icircumflex"},
          176   {0x95, "idieresis"},
          177   {0x96, "ntilde"},
          178   {0x97, "oacute"},
          179   {0x98, "ograve"},
          180   {0x99, "ocircumflex"},
          181   {0x9a, "odieresis"},
          182   {0x9b, "otilde"},
          183   {0x9c, "uacute"},
          184   {0x9d, "ugrave"},
          185   {0x9e, "ucircumflex"},
          186   {0x9f, "udieresis"},
          187   {0xa0, "dagger"},
          188   {0xa1, "degree"},
          189   {0xa2, "cent"},
          190   {0xa3, "sterling"},
          191   {0xa4, "section"},
          192   {0xa5, "bullet"},
          193   {0xa6, "paragraph"},
          194   {0xa7, "germandbls"},
          195   {0xa8, "registered"},
          196   {0xa9, "copyright"},
          197   {0xaa, "trademark"},
          198   {0xab, "acute"},
          199   {0xac, "dieresis"},
          200   {0xad, "notequal"},
          201   {0xae, "AE"},
          202   {0xaf, "Oslash"},
          203   {0xb0, "infinity"},
          204   {0xb1, "plusminus"},
          205   {0xb2, "lessequal"},
          206   {0xb3, "greaterequal"},
          207   {0xb4, "yen"},
          208   {0xb5, "mu"},
          209   {0xb6, "partialdiff"},
          210   {0xb7, "Sigma"},
          211   {0xb8, "product"},
          212   {0xb9, "pi"},
          213   {0xba, "integral"},
          214   {0xbb, "ordfeminine"},
          215   {0xbc, "ordmasculine"},
          216   {0xbd, "Omega"},
          217   {0xbe, "ae"},
          218   {0xbf, "oslash"},
          219   {0xc0, "questiondown"},
          220   {0xc1, "exclamdown"},
          221   {0xc2, "logicalnot"},
          222   {0xc3, "radical"},
          223   {0xc4, "florin"},
          224   {0xc5, "approxequal"},
          225   {0xc6, "Delta"},
          226   {0xc7, "guillemotleft"},
          227   {0xc8, "guillemotright"},
          228   {0xc9, "ellipsis"},
          229   {0xca, "space"},
          230   {0xcb, "Agrave"},
          231   {0xcc, "Atilde"},
          232   {0xcd, "Otilde"},
          233   {0xce, "OE"},
          234   {0xcf, "oe"},
          235   {0xd0, "endash"},
          236   {0xd1, "emdash"},
          237   {0xd2, "quotedblleft"},
          238   {0xd3, "quotedblright"},
          239   {0xd4, "quoteleft"},
          240   {0xd5, "quoteright"},
          241   {0xd6, "divide"},
          242   {0xd7, "lozenge"},
          243   {0xd8, "ydieresis"},
          244   {0xd9, "Ydieresis"},
          245   {0xda, "fraction"},
          246   {0xdb, "currency"},
          247   {0xdc, "guilsinglleft"},
          248   {0xdd, "guilsinglright"},
          249   {0xde, "fi"},
          250   {0xdf, "fl"},
          251   {0xe0, "daggerdbl"},
          252   {0xe1, "periodcentered"},
          253   {0xe2, "quotesinglbase"},
          254   {0xe3, "quotedblbase"},
          255   {0xe4, "perthousand"},
          256   {0xe5, "Acircumflex"},
          257   {0xe6, "Ecircumflex"},
          258   {0xe7, "Aacute"},
          259   {0xe8, "Edieresis"},
          260   {0xe9, "Egrave"},
          261   {0xea, "Iacute"},
          262   {0xeb, "Icircumflex"},
          263   {0xec, "Idieresis"},
          264   {0xed, "Igrave"},
          265   {0xee, "Oacute"},
          266   {0xef, "Ocircumflex"},
          267   {0xf0, AFM_ENC_NONE},
          268   {0xf1, "Ograve"},
          269   {0xf2, "Uacute"},
          270   {0xf3, "Ucircumflex"},
          271   {0xf4, "Ugrave"},
          272   {0xf5, "dotlessi"},
          273   {0xf6, "circumflex"},
          274   {0xf7, "tilde"},
          275   {0xf8, "macron"},
          276   {0xf9, "breve"},
          277   {0xfa, "dotaccent"},
          278   {0xfb, "ring"},
          279   {0xfc, "cedilla"},
          280   {0xfd, "hungarumlaut"},
          281   {0xfe, "ogonek"},
          282   {0xff, "caron"},
          283   {-1,   NULL},
          284 };