gs_wl2_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_wl2_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the Windows 3.1 Latin 2 encoding vector (H-P Symbol set 9E).
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /Win32Latin2Encoding
  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 /.notdef
  34. /quotedblbase /ellipsis /dagger /daggerdbl
  35. /.notdef /perthousand /Scaron /guilsinglleft
  36. /Sacute /Tcaron /Zcaron /Zacute
  37. /.notdef /quoteleft /quoteright /quotedblleft
  38. /quotedblright /bullet /endash /emdash
  39. /.notdef /trademark /scaron /guilsinglright
  40. /sacute /tcaron /zcaron /zacute
  41. /.notdef /caron /breve /Lslash
  42. /currency /Aogonek /brokenbar /section
  43. /dieresis /copyright /Scedilla /guillemotleft
  44. /logicalnot /softhyphen /registered /Zdotaccent
  45. /degree /plusminus /ogonek /lslash
  46. /acute /mu /paragraph /periodcentered
  47. /cedilla /aogonek /scedilla /guillemotright
  48. /Lcaron /hungarumlaut /lcaron /zdotaccent
  49. % \30x
  50. /Racute /Aacute /Acircumflex /Abreve
  51. /Adieresis /Lacute /Cacute /Ccedilla
  52. /Ccaron /Eacute /Eogonek /Edieresis
  53. /Ecaron /Iacute /Icircumflex /Dcaron
  54. /Dcroat /Nacute /Ncaron /Oacute
  55. /Ocircumflex /Ohungarumlaut /Odieresis /multiply
  56. /Rcaron /Uring /Uacute /Uhungarumlaut
  57. /Udieresis /Yacute /Tcommaaccent /germandbls
  58. /racute /aacute /acircumflex /abreve
  59. /adieresis /lacute /cacute /ccedilla
  60. /ccaron /eacute /eogonek /edieresis
  61. /ecaron /iacute /icircumflex /dcaron
  62. /dcroat /nacute /ncaron /oacute
  63. /ocircumflex /ohungarumlaut /odieresis /divide
  64. /rcaron /uring /uacute /uhungarumlaut
  65. /udieresis /yacute /tcommaaccent /dotaccent
  66. 256 packedarray .defineencoding
  67. exec