gs_wl1_e.ps 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. % Copyright (C) 1996 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This file is part of AFPL Ghostscript.
  4. %
  5. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  6. % distributor accepts any responsibility for the consequences of using it, or
  7. % for whether it serves any particular purpose or works at all, unless he or
  8. % she says so in writing. Refer to the Aladdin Free Public License (the
  9. % "License") for full details.
  10. %
  11. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  12. % in a plain ASCII text file named PUBLIC. The License grants you the right
  13. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14. % conditions described in the License. Among other things, the License
  15. % requires that the copyright notice and this notice be preserved on all
  16. % copies.
  17. % $Id: gs_wl1_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the Windows 3.1 Latin 1 encoding vector (H-P Symbol set 19U).
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /Win31Latin1Encoding
  24. ISOLatin1Encoding 0 39 getinterval aload pop
  25. /quotesingle
  26. ISOLatin1Encoding 40 5 getinterval aload pop
  27. /hyphen
  28. ISOLatin1Encoding 46 50 getinterval aload pop
  29. /grave
  30. ISOLatin1Encoding 97 30 getinterval aload pop
  31. /graybox
  32. % \20x
  33. /.notdef /.notdef /quotesinglbase /florin
  34. /quotedblbase /ellipsis /dagger /daggerdbl
  35. /circumflex /perthousand /Scaron /guilsinglleft
  36. /OE /.notdef /.notdef /.notdef
  37. /.notdef /quoteleft /quoteright /quotedblleft
  38. /quotedblright /bullet /endash /emdash
  39. /tilde /trademark /scaron /guilsinglright
  40. /oe /.notdef /.notdef /Ydieresis
  41. /.notdef /exclamdown /cent /sterling
  42. /currency /yen /brokenbar /section
  43. /dieresis /copyright /ordfeminine /guillemotleft
  44. /logicalnot /softhyphen /registered /overscore
  45. /degree /plusminus /twosuperior /threesuperior
  46. /acute /mu /paragraph /periodcentered
  47. /cedilla /onesuperior /ordmasculine /guillemotright
  48. /onequarter /onehalf /threequarters /questiondown
  49. % \30x
  50. /Agrave /Aacute /Acircumflex /Atilde
  51. /Adieresis /Aring /AE /Ccedilla
  52. /Egrave /Eacute /Ecircumflex /Edieresis
  53. /Igrave /Iacute /Icircumflex /Idieresis
  54. /Eth /Ntilde /Ograve /Oacute
  55. /Ocircumflex /Otilde /Odieresis /multiply
  56. /Oslash /Ugrave /Uacute /Ucircumflex
  57. /Udieresis /Yacute /Thorn /germandbls
  58. /agrave /aacute /acircumflex /atilde
  59. /adieresis /aring /ae /ccedilla
  60. /egrave /eacute /ecircumflex /edieresis
  61. /igrave /iacute /icircumflex /idieresis
  62. /eth /ntilde /ograve /oacute
  63. /ocircumflex /otilde /odieresis /divide
  64. /oslash /ugrave /uacute /ucircumflex
  65. /udieresis /yacute /thorn /ydieresis
  66. 256 packedarray .defineencoding
  67. exec