home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / GhostScript / !GhostScr / 6_01 / lib / gs_pdf_e.ps < prev    next >
Text File  |  2000-03-09  |  2KB  |  47 lines

  1. %    Copyright (C) 1994, 1997, 1999 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % $Id: gs_pdf_e.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
  16. % Define the PDFDoc encoding vector.
  17. /currentglobal where
  18.  { pop currentglobal { setglobal } true setglobal }
  19.  { { } }
  20. ifelse
  21. /PDFDocEncoding
  22. ISOLatin1Encoding 0 24 getinterval aload pop
  23.     /breve /caron /circumflex /dotaccent /hungarumlaut /ogonek /ring /tilde
  24. ISOLatin1Encoding 32 7 getinterval aload pop
  25.     /quotesingle
  26. ISOLatin1Encoding 40 5 getinterval aload pop
  27.     /hyphen
  28. ISOLatin1Encoding 46 50 getinterval aload pop
  29.     /grave
  30. ISOLatin1Encoding 97 31 getinterval aload pop
  31. % \20x
  32.     /bullet /dagger /daggerdbl /ellipsis /emdash /endash /florin /fraction
  33.     /guilsinglleft /guilsinglright /minus /perthousand
  34.     /quotedblbase /quotedblleft /quotedblright /quoteleft
  35.     /quoteright /quotesinglbase /trademark /fi /fl /Lslash /OE /Scaron
  36.     /Ydieresis /Zcaron /dotlessi /lslash /oe /scaron /zcaron /.notdef
  37. % \24x
  38.    /Euro
  39. ISOLatin1Encoding 161 12 getinterval aload pop
  40.    /.notdef
  41. ISOLatin1Encoding 174 82 getinterval aload pop
  42. 256 packedarray .defineencoding
  43. exec
  44.