gs_wan_e.ps 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. % Copyright (C) 1994, 1996, 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_wan_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the WinAnsi encoding vector.
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /WinAnsiEncoding
  24. ISOLatin1Encoding 0 39 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 30 getinterval aload pop
  31. /bullet
  32. % \20x
  33. % NOTE: /Euro, /Zcaron, and /zcaron are new for PDF 1.3.
  34. % We may have to take them out for backward compatibility.
  35. /Euro /bullet /quotesinglbase /florin
  36. /quotedblbase /ellipsis /dagger /daggerdbl
  37. /circumflex /perthousand /Scaron /guilsinglleft
  38. /OE /bullet /Zcaron /bullet
  39. /bullet /quoteleft /quoteright /quotedblleft
  40. /quotedblright /bullet /endash /emdash
  41. /tilde /trademark /scaron /guilsinglright
  42. /oe /bullet /zcaron /Ydieresis
  43. ISOLatin1Encoding 160 96 getinterval aload pop
  44. 256 packedarray
  45. 4 1 index .registerencoding
  46. .defineencoding
  47. exec