gs_std_e.ps 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. % Copyright (C) 1993, 1994 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This software is provided AS-IS with no warranty, either express or
  4. % implied.
  5. %
  6. % This software is distributed under license and may not be copied,
  7. % modified or distributed except as expressly authorized under the terms
  8. % of the license contained in the file LICENSE in this distribution.
  9. %
  10. % For more information about licensing, please refer to
  11. % http://www.ghostscript.com/licensing/. For information on
  12. % commercial licensing, go to http://www.artifex.com/licensing/ or
  13. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  14. % San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  15. % $Id: gs_std_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  16. % Define the standard encoding vector.
  17. /StandardEncoding
  18. % \00x
  19. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  20. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  21. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  22. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  23. % \04x
  24. /space /exclam /quotedbl /numbersign
  25. /dollar /percent /ampersand /quoteright
  26. /parenleft /parenright /asterisk /plus
  27. /comma /hyphen /period /slash
  28. /zero /one /two /three
  29. /four /five /six /seven
  30. /eight /nine /colon /semicolon
  31. /less /equal /greater /question
  32. % \10x
  33. /at /A /B /C /D /E /F /G
  34. /H /I /J /K /L /M /N /O
  35. /P /Q /R /S /T /U /V /W
  36. /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  37. % \14x
  38. /quoteleft /a /b /c /d /e /f /g
  39. /h /i /j /k /l /m /n /o
  40. /p /q /r /s /t /u /v /w
  41. /x /y /z /braceleft /bar /braceright /asciitilde /.notdef
  42. % \20x
  43. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  44. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  45. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  46. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  47. % \24x
  48. /.notdef /exclamdown /cent /sterling
  49. /fraction /yen /florin /section
  50. /currency /quotesingle /quotedblleft /guillemotleft
  51. /guilsinglleft /guilsinglright /fi /fl
  52. /.notdef /endash /dagger /daggerdbl
  53. /periodcentered /.notdef /paragraph /bullet
  54. /quotesinglbase /quotedblbase /quotedblright /guillemotright
  55. /ellipsis /perthousand /.notdef /questiondown
  56. % \30x
  57. /.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
  58. /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
  59. /emdash /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  60. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  61. % \34x
  62. /.notdef /AE /.notdef /ordfeminine /.notdef /.notdef /.notdef /.notdef
  63. /Lslash /Oslash /OE /ordmasculine /.notdef /.notdef /.notdef /.notdef
  64. /.notdef /ae /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef
  65. /lslash /oslash /oe /germandbls /.notdef /.notdef /.notdef /.notdef
  66. % Make an array on large systems, a packed array on small ones.
  67. 256
  68. vmstatus exch pop exch pop
  69. 100000 ge { array astore readonly } { packedarray } ifelse
  70. def
  71. 0 StandardEncoding .registerencoding
  72. /StandardEncoding StandardEncoding .defineencoding