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

  1. %    Copyright (C) 1993, 1994, 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_il1_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  14. % Define the ISO Latin-1 encoding vector.
  15. % The first half is the same as the standard encoding,
  16. % except for minus instead of hyphen at code 055.
  17. /ISOLatin1Encoding
  18. StandardEncoding 0 45 getinterval aload pop
  19.     /minus
  20. StandardEncoding 46 82 getinterval aload pop
  21. % NOTE: the following are missing in the Adobe documentation,
  22. % but appear in the displayed table:
  23. % macron at 0225, dieresis at 0230, cedilla at 0233, space at 0240.
  24. % This is an error in the Red Book, corrected in Adobe TN 5085.
  25. % \20x
  26.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  27.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  28.     /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
  29.     /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
  30. % \24x
  31.     /space /exclamdown /cent /sterling
  32.     /currency /yen /brokenbar /section
  33.     /dieresis /copyright /ordfeminine /guillemotleft
  34.     /logicalnot /hyphen /registered /macron
  35.     /degree /plusminus /twosuperior /threesuperior
  36.     /acute /mu /paragraph /periodcentered
  37.     /cedilla /onesuperior /ordmasculine /guillemotright
  38.     /onequarter /onehalf /threequarters /questiondown
  39. % \30x
  40.     /Agrave /Aacute /Acircumflex /Atilde
  41.     /Adieresis /Aring /AE /Ccedilla
  42.     /Egrave /Eacute /Ecircumflex /Edieresis
  43.     /Igrave /Iacute /Icircumflex /Idieresis
  44.     /Eth /Ntilde /Ograve /Oacute
  45.     /Ocircumflex /Otilde /Odieresis /multiply
  46.     /Oslash /Ugrave /Uacute /Ucircumflex
  47.     /Udieresis /Yacute /Thorn /germandbls
  48. % \34x
  49.     /agrave /aacute /acircumflex /atilde
  50.     /adieresis /aring /ae /ccedilla
  51.     /egrave /eacute /ecircumflex /edieresis
  52.     /igrave /iacute /icircumflex /idieresis
  53.     /eth /ntilde /ograve /oacute
  54.     /ocircumflex /otilde /odieresis /divide
  55.     /oslash /ugrave /uacute /ucircumflex
  56.     /udieresis /yacute /thorn /ydieresis
  57. % Make an array on large systems, a packed array on small ones.
  58. 256
  59. vmstatus exch pop exch pop
  60. 100000 ge { array astore readonly } { packedarray } ifelse
  61. def
  62. 1 ISOLatin1Encoding .registerencoding
  63. /ISOLatin1Encoding ISOLatin1Encoding .defineencoding
  64.