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

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