home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / GhostScript / !GhostScr / 6_01 / lib / gs_ce_e.ps < prev    next >
Text File  |  2000-03-09  |  3KB  |  50 lines

  1. %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % $Id: gs_ce_e.ps,v 1.1 2000/03/09 08:40:39 lpd Exp $
  16. % Define the Adobe CE (Central European) encoding vector.
  17. % We define it by differences from the ISOLatin1Encoding vector.
  18. /CEEncoding
  19. ISOLatin1Encoding 0 39 getinterval aload pop
  20. % 047
  21.     /quotesingle
  22. ISOLatin1Encoding 40 56 getinterval aload pop
  23. % 140
  24.     /grave
  25. ISOLatin1Encoding 97 31 getinterval aload pop
  26. % 20x
  27.   /.notdef /.notdef /quotesinglbase /.notdef /quotedblbase /ellipsis /dagger /daggerdbl
  28.   /.notdef /perthousand /Scaron /guilsinglleft /Sacute /Tcaron /Zcaron /Zacute
  29.   /.notdef /grave /acute /circumflex /tilde /bullet /endash /emdash
  30.   /.notdef /trademark /scaron /guilsinglright /sacute /tcaron /zcaron /zacute
  31. % 24x
  32.   /space /caron /breve /Lslash /currency /Aogonek /brokenbar /section
  33.   /dieresis /copyright /Scommaaccent /guillemotleft /logicalnot /hyphen /registered /Zdotaccent
  34.   /degree /plusminus /ogonek /lslash /acute /mu /paragraph /periodcentered
  35.   /cedilla /aogonek /scommaaccent /guillemotright /Lcaron /hungarumlaut /lcaron /zdotaccent
  36. % 30x
  37.   /Racute /Aacute /Acircumflex /Abreve /Adieresis /Lacute /Cacute /Ccedilla
  38.   /Ccaron /Eacute /Eogonek /Edieresis /Ecaron /Iacute /Icircumflex /Dcaron
  39.   /Dcroat /Nacute /Ncaron /Oacute /Ocircumflex /Ohungarumlaut /Odieresis /multiply
  40.   /Rcaron /Uring /Uacute /Uhungarumlaut /Udieresis /Yacute /Tcommaaccent /germandbls
  41. % 34x
  42.   /racute /aacute /acircumflex /abreve /adieresis /lacute /cacute /ccedilla
  43.   /ccaron /eacute /eogonek /edieresis /ecaron /iacute /icircumflex /dcaron
  44.   /dcroat /nacute /ncaron /oacute /ocircumflex /ohungarumlaut /odieresis /divide
  45.   /rcaron /uring /uacute /uhungarumlaut /udieresis /yacute /tcommaaccent /dotaccent
  46. 256 packedarray .defineencoding
  47.