home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / PDF / Ghostscript / gs860w32.exe / gs8.60 / Resource / Decoding / StandardEncoding < prev    next >
Text File  |  2007-06-06  |  3KB  |  176 lines

  1. %    Copyright (C) 2000 Artifex Software, Inc.  All rights reserved.
  2. %
  3. % This file is part of AFPL Ghostscript.
  4. %
  5. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
  6. % distributor accepts any responsibility for the consequences of using it, or
  7. % for whether it serves any particular purpose or works at all, unless he or
  8. % she says so in writing.  Refer to the Aladdin Free Public License (the
  9. % "License") for full details.
  10. %
  11. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  12. % in a plain ASCII text file named PUBLIC.  The License grants you the right
  13. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14. % conditions described in the License.  Among other things, the License
  15. % requires that the copyright notice and this notice be preserved on all
  16. % copies.
  17.  
  18. % $Id: StandardEncoding 8022 2007-06-05 22:23:38Z giles $
  19. % Decoding for StandardEncoding
  20. % Maps StandardEncoding character codes to PS character names.
  21.  
  22. /StandardEncoding
  23. <<
  24. /.notdef        0
  25. /space  32
  26. /exclam 33
  27. /quotedbl       34
  28. /numbersign     35
  29. /dollar 36
  30. /percent        37
  31. /ampersand      38
  32. /quoteright     39
  33. /parenleft      40
  34. /parenright     41
  35. /asterisk       42
  36. /plus   43
  37. /comma  44
  38. /hyphen 45
  39. /period 46
  40. /slash  47
  41. /zero   48
  42. /one    49
  43. /two    50
  44. /three  51
  45. /four   52
  46. /five   53
  47. /six    54
  48. /seven  55
  49. /eight  56
  50. /nine   57
  51. /colon  58
  52. /semicolon      59
  53. /less   60
  54. /equal  61
  55. /greater        62
  56. /question       63
  57. /at     64
  58. /A      65
  59. /B      66
  60. /C      67
  61. /D      68
  62. /E      69
  63. /F      70
  64. /G      71
  65. /H      72
  66. /I      73
  67. /J      74
  68. /K      75
  69. /L      76
  70. /M      77
  71. /N      78
  72. /O      79
  73. /P      80
  74. /Q      81
  75. /R      82
  76. /S      83
  77. /T      84
  78. /U      85
  79. /V      86
  80. /W      87
  81. /X      88
  82. /Y      89
  83. /Z      90
  84. /bracketleft    91
  85. /backslash      92
  86. /bracketright   93
  87. /asciicircum    94
  88. /underscore     95
  89. /quoteleft      96
  90. /a      97
  91. /b      98
  92. /c      99
  93. /d      100
  94. /e      101
  95. /f      102
  96. /g      103
  97. /h      104
  98. /i      105
  99. /j      106
  100. /k      107
  101. /l      108
  102. /m      109
  103. /n      110
  104. /o      111
  105. /p      112
  106. /q      113
  107. /r      114
  108. /s      115
  109. /t      116
  110. /u      117
  111. /v      118
  112. /w      119
  113. /x      120
  114. /y      121
  115. /z      122
  116. /braceleft      123
  117. /bar    124
  118. /braceright     125
  119. /asciitilde     126
  120. /exclamdown     161
  121. /cent   162
  122. /sterling       163
  123. /fraction       164
  124. /yen    165
  125. /florin 166
  126. /section        167
  127. /currency       168
  128. /quotesingle    169
  129. /quotedblleft   170
  130. /guillemotleft  171
  131. /guilsinglleft  172
  132. /guilsinglright 173
  133. /fi     174
  134. /fl     175
  135. /endash 177
  136. /dagger 178
  137. /daggerdbl      179
  138. /periodcentered 180
  139. /paragraph      182
  140. /bullet 183
  141. /quotesinglbase 184
  142. /quotedblbase   185
  143. /quotedblright  186
  144. /guillemotright 187
  145. /ellipsis       188
  146. /perthousand    189
  147. /questiondown   191
  148. /grave  193
  149. /acute  194
  150. /circumflex     195
  151. /tilde  196
  152. /macron 197
  153. /breve  198
  154. /dotaccent      199
  155. /dieresis       200
  156. /ring   202
  157. /cedilla        203
  158. /hungarumlaut   205
  159. /ogonek 206
  160. /caron  207
  161. /emdash 208
  162. /AE     225
  163. /ordfeminine    227
  164. /Lslash 232
  165. /Oslash 233
  166. /OE     234
  167. /ordmasculine   235
  168. /ae     241
  169. /dotlessi       245
  170. /lslash 248
  171. /oslash 249
  172. /oe     250
  173. /germandbls     251
  174. >>
  175. /Decoding defineresource pop
  176.