gs_pdf_e.ps 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. % Copyright (C) 1994, 1997, 1999 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_pdf_e.ps,v 1.4 2002/02/21 21:49:28 giles 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