gs_il2_e.ps 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. % Copyright (C) 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_il2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  16. % Define the ISO Latin-2 (8859-2) encoding vector.
  17. % The original version of this encoding vector used Unicode names, rather
  18. % than Adobe names, for many characters. Here are the names that appeared
  19. % in the original version:
  20. % \047 /quoteright /apostrophe
  21. % \056 /period /fullstop
  22. % \137 /underscore /lowline
  23. % \140 /quoteleft /grave
  24. % \055 is /hyphen in StandardEncoding, but /minus in 8859-1; we follow
  25. % 8859-1 here. In addition, the following substitutions were made:
  26. % /Lstroke => /Lslash
  27. % /Dstroke => /Dcroat
  28. % /*diaeresis => /*dieresis
  29. % /softhyphen => /hyphen
  30. % /*abovedot => /*dotaccent
  31. % /*doubleacute => /*hungarumlaut
  32. % /division => /divide
  33. % /ssharp => /germandbls
  34. /currentglobal where
  35. { pop currentglobal { setglobal } true setglobal }
  36. { { } }
  37. ifelse
  38. /ISOLatin2Encoding
  39. % The first 144 entries are the same as the ISO Latin-1 encoding.
  40. ISOLatin1Encoding 0 144 getinterval aload pop
  41. % \22x
  42. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  43. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  44. % \24x
  45. /nbspace /Aogonek /breve /Lslash /currency /Lcaron /Sacute /section
  46. /dieresis /Scaron /Scedilla /Tcaron /Zacute /hyphen /Zcaron /Zdotaccent
  47. /degree /aogonek /ogonek /lslash /acute /lcaron /sacute /caron
  48. /cedilla /scaron /scedilla /tcaron /zacute /hungarumlaut /zcaron /zdotaccent
  49. % \30x
  50. /Racute /Aacute /Acircumflex /Abreve /Adieresis /Lacute /Cacute /Ccedilla
  51. /Ccaron /Eacute /Eogonek /Edieresis /Ecaron /Iacute /Icircumflex /Dcaron
  52. /Dcroat /Nacute /Ncaron /Oacute /Ocircumflex /Ohungarumlaut /Odieresis /multiply
  53. /Rcaron /Uring /Uacute /Uhungarumlaut /Udieresis /Yacute /Tcedilla /germandbls
  54. % \34x
  55. /racute /aacute /acircumflex /abreve /adieresis /lacute /cacute /ccedilla
  56. /ccaron /eacute /eogonek /edieresis /ecaron /iacute /icircumflex /dcaron
  57. /dcroat /nacute /ncaron /oacute /ocircumflex /ohungarumlaut /odieresis /divide
  58. /rcaron /uring /uacute /uhungarumlaut /udieresis /yacute /tcedilla /dotaccent
  59. 256 packedarray .defineencoding
  60. exec