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

  1. %    Copyright (C) 1996 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_wl2_e.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
  16. % Define the Windows 3.1 Latin 2 encoding vector (H-P Symbol set 9E).
  17. /currentglobal where
  18.  { pop currentglobal { setglobal } true setglobal }
  19.  { { } }
  20. ifelse
  21. /Win32Latin2Encoding
  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.     /graybox
  30. % \20x
  31.     /.notdef /.notdef /quotesinglbase /.notdef
  32.     /quotedblbase /ellipsis /dagger /daggerdbl
  33.     /.notdef /perthousand /Scaron /guilsinglleft
  34.     /Sacute /Tcaron /Zcaron /Zacute
  35.     /.notdef /quoteleft /quoteright /quotedblleft
  36.     /quotedblright /bullet /endash /emdash
  37.     /.notdef /trademark /scaron /guilsinglright
  38.     /sacute /tcaron /zcaron /zacute
  39.     /.notdef /caron /breve /Lslash
  40.     /currency /Aogonek /brokenbar /section
  41.     /dieresis /copyright /Scedilla /guillemotleft
  42.     /logicalnot /softhyphen /registered /Zdotaccent
  43.     /degree /plusminus /ogonek /lslash
  44.     /acute /mu /paragraph /periodcentered
  45.     /cedilla /aogonek /scedilla /guillemotright
  46.     /Lcaron /hungarumlaut /lcaron /zdotaccent
  47. % \30x
  48.     /Racute /Aacute /Acircumflex /Abreve
  49.     /Adieresis /Lacute /Cacute /Ccedilla
  50.     /Ccaron /Eacute /Eogonek /Edieresis
  51.     /Ecaron /Iacute /Icircumflex /Dcaron
  52.     /Dcroat /Nacute /Ncaron /Oacute
  53.     /Ocircumflex /Ohungarumlaut /Odieresis /multiply
  54.     /Rcaron /Uring /Uacute /Uhungarumlaut
  55.     /Udieresis /Yacute /Tcommaaccent /germandbls
  56.     /racute /aacute /acircumflex /abreve
  57.     /adieresis /lacute /cacute /ccedilla
  58.     /ccaron /eacute /eogonek /edieresis
  59.     /ecaron /iacute /icircumflex /dcaron
  60.     /dcroat /nacute /ncaron /oacute
  61.     /ocircumflex /ohungarumlaut /odieresis /divide
  62.     /rcaron /uring /uacute /uhungarumlaut
  63.     /udieresis /yacute /tcommaaccent /dotaccent
  64. 256 packedarray .defineencoding
  65. exec
  66.