gs_pdf_e.ps 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. % Copyright (C) 1994, 1997, 1999 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_pdf_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the PDFDoc encoding vector.
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /PDFDocEncoding
  24. ISOLatin1Encoding 0 24 getinterval aload pop
  25. /breve /caron /circumflex /dotaccent /hungarumlaut /ogonek /ring /tilde
  26. ISOLatin1Encoding 32 7 getinterval aload pop
  27. /quotesingle
  28. ISOLatin1Encoding 40 5 getinterval aload pop
  29. /hyphen
  30. ISOLatin1Encoding 46 50 getinterval aload pop
  31. /grave
  32. ISOLatin1Encoding 97 31 getinterval aload pop
  33. % \20x
  34. /bullet /dagger /daggerdbl /ellipsis /emdash /endash /florin /fraction
  35. /guilsinglleft /guilsinglright /minus /perthousand
  36. /quotedblbase /quotedblleft /quotedblright /quoteleft
  37. /quoteright /quotesinglbase /trademark /fi /fl /Lslash /OE /Scaron
  38. /Ydieresis /Zcaron /dotlessi /lslash /oe /scaron /zcaron /.notdef
  39. % \24x
  40. /Euro
  41. ISOLatin1Encoding 161 12 getinterval aload pop
  42. /.notdef
  43. ISOLatin1Encoding 174 82 getinterval aload pop
  44. 256 packedarray .defineencoding
  45. exec