home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / QUERYPRO / Impressora_PDF / converter.exe / GPLGS / gs_wan_e.ps < prev    next >
Text File  |  2002-02-22  |  2KB  |  47 lines

  1. %    Copyright (C) 1994, 1996, 1997, 1999 Aladdin Enterprises.  All rights reserved.
  2. % This software is provided AS-IS with no warranty, either express or
  3. % implied.
  4. % This software is distributed under license and may not be copied,
  5. % modified or distributed except as expressly authorized under the terms
  6. % of the license contained in the file LICENSE in this distribution.
  7. % For more information about licensing, please refer to
  8. % http://www.ghostscript.com/licensing/. For information on
  9. % commercial licensing, go to http://www.artifex.com/licensing/ or
  10. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
  12.  
  13. % $Id: gs_wan_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  14. % Define the WinAnsi encoding vector.
  15. /currentglobal where
  16.  { pop currentglobal { setglobal } true setglobal }
  17.  { { } }
  18. ifelse
  19. /WinAnsiEncoding
  20. ISOLatin1Encoding 0 39 getinterval aload pop
  21.     /quotesingle
  22. ISOLatin1Encoding 40 5 getinterval aload pop
  23.     /hyphen
  24. ISOLatin1Encoding 46 50 getinterval aload pop
  25.     /grave
  26. ISOLatin1Encoding 97 30 getinterval aload pop
  27.     /bullet
  28. % \20x
  29.     % NOTE: /Euro, /Zcaron, and /zcaron are new for PDF 1.3.
  30.     % We may have to take them out for backward compatibility.
  31.     /Euro /bullet /quotesinglbase /florin
  32.     /quotedblbase /ellipsis /dagger /daggerdbl
  33.     /circumflex /perthousand /Scaron /guilsinglleft
  34.     /OE /bullet /Zcaron /bullet
  35.     /bullet /quoteleft /quoteright /quotedblleft
  36.     /quotedblright /bullet /endash /emdash
  37.     /tilde /trademark /scaron /guilsinglright
  38.     /oe /bullet /zcaron /Ydieresis
  39. ISOLatin1Encoding 160 96 getinterval aload pop
  40. 256 packedarray
  41. 4 1 index .registerencoding
  42. .defineencoding
  43. exec
  44.