gs_std_e.ps 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. % Copyright (C) 1993, 1994 Aladdin Enterprises. 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. % $Id: gs_std_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the standard encoding vector.
  19. /StandardEncoding
  20. % \00x
  21. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  22. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  23. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  24. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  25. % \04x
  26. /space /exclam /quotedbl /numbersign
  27. /dollar /percent /ampersand /quoteright
  28. /parenleft /parenright /asterisk /plus
  29. /comma /hyphen /period /slash
  30. /zero /one /two /three
  31. /four /five /six /seven
  32. /eight /nine /colon /semicolon
  33. /less /equal /greater /question
  34. % \10x
  35. /at /A /B /C /D /E /F /G
  36. /H /I /J /K /L /M /N /O
  37. /P /Q /R /S /T /U /V /W
  38. /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  39. % \14x
  40. /quoteleft /a /b /c /d /e /f /g
  41. /h /i /j /k /l /m /n /o
  42. /p /q /r /s /t /u /v /w
  43. /x /y /z /braceleft /bar /braceright /asciitilde /.notdef
  44. % \20x
  45. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  46. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  47. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  48. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  49. % \24x
  50. /.notdef /exclamdown /cent /sterling
  51. /fraction /yen /florin /section
  52. /currency /quotesingle /quotedblleft /guillemotleft
  53. /guilsinglleft /guilsinglright /fi /fl
  54. /.notdef /endash /dagger /daggerdbl
  55. /periodcentered /.notdef /paragraph /bullet
  56. /quotesinglbase /quotedblbase /quotedblright /guillemotright
  57. /ellipsis /perthousand /.notdef /questiondown
  58. % \30x
  59. /.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
  60. /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
  61. /emdash /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  62. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  63. % \34x
  64. /.notdef /AE /.notdef /ordfeminine /.notdef /.notdef /.notdef /.notdef
  65. /Lslash /Oslash /OE /ordmasculine /.notdef /.notdef /.notdef /.notdef
  66. /.notdef /ae /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef
  67. /lslash /oslash /oe /germandbls /.notdef /.notdef /.notdef /.notdef
  68. % Make an array on large systems, a packed array on small ones.
  69. 256
  70. vmstatus exch pop exch pop
  71. 100000 ge { array astore readonly } { packedarray } ifelse
  72. def
  73. 0 StandardEncoding .registerencoding
  74. /StandardEncoding StandardEncoding .defineencoding