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

  1. %    Copyright (C) 1994, 1999 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_mro_e.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
  16. % Define the MacRoman encoding vector.
  17. /currentglobal where
  18.  { pop currentglobal { setglobal } true setglobal }
  19.  { { } }
  20. ifelse
  21. /MacRomanEncoding
  22. StandardEncoding 0 39 getinterval aload pop
  23.     /quotesingle
  24. StandardEncoding 40 56 getinterval aload pop
  25.     /grave
  26. StandardEncoding 97 31 getinterval aload pop
  27. % \20x
  28.     /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute
  29.     /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave
  30.     /ecircumflex /edieresis /iacute /igrave
  31.     /icircumflex /idieresis /ntilde /oacute
  32.     /ograve /ocircumflex /odieresis /otilde
  33.     /uacute /ugrave /ucircumflex /udieresis
  34. % \24x
  35.     /dagger /degree /cent /sterling /section /bullet /paragraph /germandbls
  36.     /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash
  37.     /.notdef /plusminus /.notdef /.notdef /yen /mu /.notdef /.notdef
  38.     /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash
  39. % \30x
  40.     /questiondown /exclamdown /logicalnot /.notdef
  41.     /florin /.notdef /.notdef /guillemotleft
  42.     /guillemotright /ellipsis /space /Agrave /Atilde /Otilde /OE /oe
  43.     /endash /emdash /quotedblleft /quotedblright
  44.     /quoteleft /quoteright /divide /.notdef
  45.     % NOTE: Euro should replace currency, but the PDF 1.3 documentation
  46.     % explicitly says it does not.
  47.     /ydieresis /Ydieresis /fraction /currency
  48.     /guilsinglleft /guilsinglright /fi /fl
  49. % \34x
  50.     /daggerdbl /periodcentered /quotesinglbase /quotedblbase
  51.     /perthousand /Acircumflex /Ecircumflex /Aacute
  52.     /Edieresis /Egrave /Iacute /Icircumflex
  53.     /Idieresis /Igrave /Oacute /Ocircumflex
  54.     /.notdef /Ograve /Uacute /Ucircumflex
  55.     /Ugrave /dotlessi /circumflex /tilde
  56.     /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
  57. 256 packedarray
  58. 5 1 index .registerencoding
  59. .defineencoding
  60. exec
  61.