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

  1. %    Copyright (C) 1993, 1994 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_std_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
  14. % Define the standard encoding vector.
  15. /StandardEncoding
  16. % \00x
  17.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  18.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  19.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  20.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  21. % \04x
  22.     /space /exclam /quotedbl /numbersign
  23.     /dollar /percent /ampersand /quoteright
  24.     /parenleft /parenright /asterisk /plus
  25.     /comma /hyphen /period /slash
  26.     /zero /one /two /three
  27.     /four /five /six /seven
  28.     /eight /nine /colon /semicolon
  29.     /less /equal /greater /question
  30. % \10x
  31.     /at /A /B /C /D /E /F /G
  32.     /H /I /J /K /L /M /N /O
  33.     /P /Q /R /S /T /U /V /W
  34.     /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  35. % \14x
  36.     /quoteleft /a /b /c /d /e /f /g
  37.     /h /i /j /k /l /m /n /o
  38.     /p /q /r /s /t /u /v /w
  39.     /x /y /z /braceleft /bar /braceright /asciitilde /.notdef
  40. % \20x
  41.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  42.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  43.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  44.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  45. % \24x
  46.     /.notdef /exclamdown /cent /sterling
  47.     /fraction /yen /florin /section
  48.     /currency /quotesingle /quotedblleft /guillemotleft
  49.     /guilsinglleft /guilsinglright /fi /fl
  50.     /.notdef /endash /dagger /daggerdbl
  51.     /periodcentered /.notdef /paragraph /bullet
  52.     /quotesinglbase /quotedblbase /quotedblright /guillemotright
  53.     /ellipsis /perthousand /.notdef /questiondown
  54. % \30x
  55.     /.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
  56.     /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
  57.     /emdash /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  58.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  59. % \34x
  60.     /.notdef /AE /.notdef /ordfeminine /.notdef /.notdef /.notdef /.notdef
  61.     /Lslash /Oslash /OE /ordmasculine /.notdef /.notdef /.notdef /.notdef
  62.     /.notdef /ae /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef
  63.     /lslash /oslash /oe /germandbls /.notdef /.notdef /.notdef /.notdef
  64. % Make an array on large systems, a packed array on small ones.
  65. 256
  66. vmstatus exch pop exch pop
  67. 100000 ge { array astore readonly } { packedarray } ifelse
  68. def
  69. 0 StandardEncoding .registerencoding
  70. /StandardEncoding StandardEncoding .defineencoding
  71.