2 |
- |
1 |
% Copyright (C) 1993, 1994 Aladdin Enterprises. All rights reserved.
|
|
|
2 |
%
|
|
|
3 |
% This software is provided AS-IS with no warranty, either express or
|
|
|
4 |
% implied.
|
|
|
5 |
%
|
|
|
6 |
% This software is distributed under license and may not be copied,
|
|
|
7 |
% modified or distributed except as expressly authorized under the terms
|
|
|
8 |
% of the license contained in the file LICENSE in this distribution.
|
|
|
9 |
%
|
|
|
10 |
% For more information about licensing, please refer to
|
|
|
11 |
% http://www.ghostscript.com/licensing/. For information on
|
|
|
12 |
% commercial licensing, go to http://www.artifex.com/licensing/ or
|
|
|
13 |
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
|
|
|
14 |
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
|
|
|
15 |
|
|
|
16 |
% $Id: gs_std_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the standard encoding vector.
|
|
|
18 |
/StandardEncoding
|
|
|
19 |
% \00x
|
|
|
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 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
24 |
% \04x
|
|
|
25 |
/space /exclam /quotedbl /numbersign
|
|
|
26 |
/dollar /percent /ampersand /quoteright
|
|
|
27 |
/parenleft /parenright /asterisk /plus
|
|
|
28 |
/comma /hyphen /period /slash
|
|
|
29 |
/zero /one /two /three
|
|
|
30 |
/four /five /six /seven
|
|
|
31 |
/eight /nine /colon /semicolon
|
|
|
32 |
/less /equal /greater /question
|
|
|
33 |
% \10x
|
|
|
34 |
/at /A /B /C /D /E /F /G
|
|
|
35 |
/H /I /J /K /L /M /N /O
|
|
|
36 |
/P /Q /R /S /T /U /V /W
|
|
|
37 |
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
|
|
|
38 |
% \14x
|
|
|
39 |
/quoteleft /a /b /c /d /e /f /g
|
|
|
40 |
/h /i /j /k /l /m /n /o
|
|
|
41 |
/p /q /r /s /t /u /v /w
|
|
|
42 |
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef
|
|
|
43 |
% \20x
|
|
|
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 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
48 |
% \24x
|
|
|
49 |
/.notdef /exclamdown /cent /sterling
|
|
|
50 |
/fraction /yen /florin /section
|
|
|
51 |
/currency /quotesingle /quotedblleft /guillemotleft
|
|
|
52 |
/guilsinglleft /guilsinglright /fi /fl
|
|
|
53 |
/.notdef /endash /dagger /daggerdbl
|
|
|
54 |
/periodcentered /.notdef /paragraph /bullet
|
|
|
55 |
/quotesinglbase /quotedblbase /quotedblright /guillemotright
|
|
|
56 |
/ellipsis /perthousand /.notdef /questiondown
|
|
|
57 |
% \30x
|
|
|
58 |
/.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
|
|
|
59 |
/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
|
|
|
60 |
/emdash /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
61 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
62 |
% \34x
|
|
|
63 |
/.notdef /AE /.notdef /ordfeminine /.notdef /.notdef /.notdef /.notdef
|
|
|
64 |
/Lslash /Oslash /OE /ordmasculine /.notdef /.notdef /.notdef /.notdef
|
|
|
65 |
/.notdef /ae /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef
|
|
|
66 |
/lslash /oslash /oe /germandbls /.notdef /.notdef /.notdef /.notdef
|
|
|
67 |
% Make an array on large systems, a packed array on small ones.
|
|
|
68 |
256
|
|
|
69 |
vmstatus exch pop exch pop
|
|
|
70 |
100000 ge { array astore readonly } { packedarray } ifelse
|
|
|
71 |
def
|
|
|
72 |
|
|
|
73 |
/StandardEncoding StandardEncoding .defineencoding
|