gs_wan_e.ps 1.6 KB

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