home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / gs403osk.tgz / gs403osk.tar / gs_wl2_e.ps < prev    next >
Text File  |  1996-09-22  |  3KB  |  68 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. % Define the Windows 3.1 Latin 2 encoding vector (H-P Symbol set 9E).
  16. /currentglobal where
  17.  { pop currentglobal { setglobal } true setglobal }
  18.  { { } }
  19. ifelse
  20. /Win32Latin2Encoding
  21. ISOLatin1Encoding 0 39 getinterval aload pop
  22.     /quotesingle
  23. ISOLatin1Encoding 40 5 getinterval aload pop
  24.     /hyphen
  25. ISOLatin1Encoding 46 50 getinterval aload pop
  26.     /grave
  27. ISOLatin1Encoding 97 30 getinterval aload pop
  28.     /graybox
  29. % \20x
  30.     /.notdef /.notdef /quotesinglbase /.notdef
  31.     /quotedblbase /ellipsis /dagger /daggerdbl
  32.     /.notdef /perthousand /Scaron /guilsinglleft
  33.     /Sacute /Tcaron /Zcaron /Zacute
  34.     /.notdef /quoteleft /quoteright /quotedblleft
  35.     /quotedblright /bullet /endash /emdash
  36.     /.notdef /trademark /scaron /guilsinglright
  37.     /sacute /tcaron /zcaron /zacute
  38.     /.notdef /caron /breve /Lslash
  39.     /currency /Aogonek /brokenbar /section
  40.     /dieresis /copyright /Scedilla /guillemotleft
  41.     /logicalnot /softhyphen /registered /Zdotaccent
  42.     /degree /plusminus /ogonek /lslash
  43.     /acute /mu /paragraph /periodcentered
  44.     /cedilla /aogonek /scedilla /guillemotright
  45.     /Lcaron /hungarumlaut /lcaron /zdotaccent
  46. % \30x
  47.     /Racute /Aacute /Acircumflex /Abreve
  48.     /Adieresis /Lacute /Cacute /Ccedilla
  49.     /Ccaron /Eacute /Eogonek /Edieresis
  50.     /Ecaron /Iacute /Icircumflex /Dcaron
  51.     /Dcroat /Nacute /Ncaron /Oacute
  52.     /Ocircumflex /Ohungarumlaut /Odieresis /multiply
  53.     /Rcaron /Uring /Uacute /Uhungarumlaut
  54.     /Udieresis /Yacute /Tcommaaccent /germandbls
  55.     /racute /aacute /acircumflex /abreve
  56.     /adieresis /lacute /cacute /ccedilla
  57.     /ccaron /eacute /eogonek /edieresis
  58.     /ecaron /iacute /icircumflex /dcaron
  59.     /dcroat /nacute /ncaron /oacute
  60.     /ocircumflex /ohungarumlaut /odieresis /divide
  61.     /rcaron /uring /uacute /uhungarumlaut
  62.     /udieresis /yacute /tcommaaccent /dotaccent
  63. 256 packedarray .defineencoding
  64. exec
  65.