You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
2.8 KiB

1 month ago
  1. % Copyright (C) 2001-2023 Artifex Software, Inc.
  2. % All Rights Reserved.
  3. %
  4. % This software is provided AS-IS with no warranty, either express or
  5. % implied.
  6. %
  7. % This software is distributed under license and may not be copied,
  8. % modified or distributed except as expressly authorized under the terms
  9. % of the license contained in the file LICENSE in this distribution.
  10. %
  11. % Refer to licensing information at http://www.artifex.com or contact
  12. % Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
  13. % CA 94129, USA, for further information.
  14. %
  15. % Decoding for StandardEncoding
  16. % Maps StandardEncoding character codes to PS character names.
  17. /StandardEncoding
  18. <<
  19. /.notdef 0
  20. /space 32
  21. /exclam 33
  22. /quotedbl 34
  23. /numbersign 35
  24. /dollar 36
  25. /percent 37
  26. /ampersand 38
  27. /quoteright 39
  28. /parenleft 40
  29. /parenright 41
  30. /asterisk 42
  31. /plus 43
  32. /comma 44
  33. /hyphen 45
  34. /period 46
  35. /slash 47
  36. /zero 48
  37. /one 49
  38. /two 50
  39. /three 51
  40. /four 52
  41. /five 53
  42. /six 54
  43. /seven 55
  44. /eight 56
  45. /nine 57
  46. /colon 58
  47. /semicolon 59
  48. /less 60
  49. /equal 61
  50. /greater 62
  51. /question 63
  52. /at 64
  53. /A 65
  54. /B 66
  55. /C 67
  56. /D 68
  57. /E 69
  58. /F 70
  59. /G 71
  60. /H 72
  61. /I 73
  62. /J 74
  63. /K 75
  64. /L 76
  65. /M 77
  66. /N 78
  67. /O 79
  68. /P 80
  69. /Q 81
  70. /R 82
  71. /S 83
  72. /T 84
  73. /U 85
  74. /V 86
  75. /W 87
  76. /X 88
  77. /Y 89
  78. /Z 90
  79. /bracketleft 91
  80. /backslash 92
  81. /bracketright 93
  82. /asciicircum 94
  83. /underscore 95
  84. /quoteleft 96
  85. /a 97
  86. /b 98
  87. /c 99
  88. /d 100
  89. /e 101
  90. /f 102
  91. /g 103
  92. /h 104
  93. /i 105
  94. /j 106
  95. /k 107
  96. /l 108
  97. /m 109
  98. /n 110
  99. /o 111
  100. /p 112
  101. /q 113
  102. /r 114
  103. /s 115
  104. /t 116
  105. /u 117
  106. /v 118
  107. /w 119
  108. /x 120
  109. /y 121
  110. /z 122
  111. /braceleft 123
  112. /bar 124
  113. /braceright 125
  114. /asciitilde 126
  115. /exclamdown 161
  116. /cent 162
  117. /sterling 163
  118. /fraction 164
  119. /yen 165
  120. /florin 166
  121. /section 167
  122. /currency 168
  123. /quotesingle 169
  124. /quotedblleft 170
  125. /guillemotleft 171
  126. /guilsinglleft 172
  127. /guilsinglright 173
  128. /fi 174
  129. /fl 175
  130. /endash 177
  131. /dagger 178
  132. /daggerdbl 179
  133. /periodcentered 180
  134. /paragraph 182
  135. /bullet 183
  136. /quotesinglbase 184
  137. /quotedblbase 185
  138. /quotedblright 186
  139. /guillemotright 187
  140. /ellipsis 188
  141. /perthousand 189
  142. /questiondown 191
  143. /grave 193
  144. /acute 194
  145. /circumflex 195
  146. /tilde 196
  147. /macron 197
  148. /breve 198
  149. /dotaccent 199
  150. /dieresis 200
  151. /ring 202
  152. /cedilla 203
  153. /hungarumlaut 205
  154. /ogonek 206
  155. /caron 207
  156. /emdash 208
  157. /AE 225
  158. /ordfeminine 227
  159. /Lslash 232
  160. /Oslash 233
  161. /OE 234
  162. /ordmasculine 235
  163. /ae 241
  164. /dotlessi 245
  165. /lslash 248
  166. /oslash 249
  167. /oe 250
  168. /germandbls 251
  169. >>
  170. /Decoding defineresource pop