home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / QUERYPRO / Impressora_PDF / converter.exe / GPLGS / gs_il2_e.ps < prev    next >
Text File  |  2002-02-22  |  3KB  |  64 lines

  1. %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
  2. % This software is provided AS-IS with no warranty, either express or
  3. % implied.
  4. % This software is distributed under license and may not be copied,
  5. % modified or distributed except as expressly authorized under the terms
  6. % of the license contained in the file LICENSE in this distribution.
  7. % For more information about licensing, please refer to
  8. % http://www.ghostscript.com/licensing/. For information on
  9. % commercial licensing, go to http://www.artifex.com/licensing/ or
  10. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
  12.  
  13. % $Id: gs_il2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  14. % Define the ISO Latin-2 (8859-2) encoding vector.
  15.  
  16. % The original version of this encoding vector used Unicode names, rather
  17. % than Adobe names, for many characters.  Here are the names that appeared
  18. % in the original version:
  19. %    \047    /quoteright    /apostrophe
  20. %    \056    /period        /fullstop
  21. %    \137    /underscore    /lowline
  22. %    \140    /quoteleft    /grave
  23. % \055 is /hyphen in StandardEncoding, but /minus in 8859-1; we follow
  24. % 8859-1 here.  In addition, the following substitutions were made:
  25. %    /Lstroke => /Lslash
  26. %    /Dstroke => /Dcroat
  27. %    /*diaeresis => /*dieresis
  28. %    /softhyphen => /hyphen
  29. %    /*abovedot => /*dotaccent
  30. %    /*doubleacute => /*hungarumlaut
  31. %    /division => /divide
  32. %    /ssharp => /germandbls
  33.  
  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
  61.