gs_mro_e.ps 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. % Copyright (C) 1994, 1999 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This software is provided AS-IS with no warranty, either express or
  4. % implied.
  5. %
  6. % This software is distributed under license and may not be copied,
  7. % modified or distributed except as expressly authorized under the terms
  8. % of the license contained in the file LICENSE in this distribution.
  9. %
  10. % For more information about licensing, please refer to
  11. % http://www.ghostscript.com/licensing/. For information on
  12. % commercial licensing, go to http://www.artifex.com/licensing/ or
  13. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  14. % San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  15. % $Id: gs_mro_e.ps,v 1.4 2002/02/21 21:49:28 giles 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