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