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_wl5_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 5 encoding vector (H-P Symbol set 5T).
  16. /currentglobal where
  17.  { pop currentglobal { setglobal } true setglobal }
  18.  { { } }
  19. ifelse
  20. /Win32Latin5Encoding
  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 /florin
  31.     /quotedblbase /ellipsis /dagger /daggerdbl
  32.     /circumflex /perthousand /Scaron /guilsinglleft
  33.     /OE /.notdef /.notdef /.notdef
  34.     /.notdef /quoteleft /quoteright /quotedblleft
  35.     /quotedblright /bullet /endash /emdash
  36.     /tilde /trademark /scaron /guilsinglright
  37.     /oe /.notdef /.notdef /Ydieresis
  38.     /.notdef /exclamdown /cent /sterling
  39.     /currency /yen /brokenbar /section
  40.     /dieresis /copyright /ordfeminine /guillemotleft
  41.     /logicalnot /softhyphen /registered /overscore
  42.     /degree /plusminus /twosuperior /threesuperior
  43.     /acute /mu /paragraph /periodcentered
  44.     /cedilla /onesuperior /ordmasculine /guillemotright
  45.     /onequarter /onehalf /threequarters /questiondown
  46. % \30x
  47.     /Agrave /Aacute /Acircumflex /Atilde
  48.     /Adieresis /Aring /AE /Ccedilla
  49.     /Egrave /Eacute /Ecircumflex /Edieresis
  50.     /Igrave /Iacute /Icircumflex /Idieresis
  51.     /Gbreve /Ntilde /Ograve /Oacute
  52.     /Ocircumflex /Otilde /Odieresis /multiply
  53.     /Oslash /Ugrave /Uacute /Ucircumflex
  54.     /Udieresis /Idotaccent /Scedilla /germandbls
  55.     /agrave /aacute /acircumflex /atilde
  56.     /adieresis /aring /ae /ccedilla
  57.     /egrave /eacute /ecircumflex /edieresis
  58.     /igrave /iacute /icircumflex /idieresis
  59.     /gbreve /ntilde /ograve /oacute
  60.     /ocircumflex /otilde /odieresis /divide
  61.     /oslash /ugrave /uacute /ucircumflex
  62.     /udieresis /dotlessi /scedilla /ydieresis
  63. 256 packedarray .defineencoding
  64. exec
  65.