2 |
- |
1 |
% Copyright (C) 1999 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_ce_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the Adobe CE (Central European) encoding vector.
|
|
|
18 |
% We define it by differences from the ISOLatin1Encoding vector.
|
|
|
19 |
/CEEncoding
|
|
|
20 |
ISOLatin1Encoding 0 39 getinterval aload pop
|
|
|
21 |
% 047
|
|
|
22 |
/quotesingle
|
|
|
23 |
ISOLatin1Encoding 40 56 getinterval aload pop
|
|
|
24 |
% 140
|
|
|
25 |
/grave
|
|
|
26 |
ISOLatin1Encoding 97 31 getinterval aload pop
|
|
|
27 |
% 20x
|
|
|
28 |
/.notdef /.notdef /quotesinglbase /.notdef /quotedblbase /ellipsis /dagger /daggerdbl
|
|
|
29 |
/.notdef /perthousand /Scaron /guilsinglleft /Sacute /Tcaron /Zcaron /Zacute
|
|
|
30 |
/.notdef /grave /acute /circumflex /tilde /bullet /endash /emdash
|
|
|
31 |
/.notdef /trademark /scaron /guilsinglright /sacute /tcaron /zcaron /zacute
|
|
|
32 |
% 24x
|
|
|
33 |
/space /caron /breve /Lslash /currency /Aogonek /brokenbar /section
|
|
|
34 |
/dieresis /copyright /Scommaaccent /guillemotleft /logicalnot /hyphen /registered /Zdotaccent
|
|
|
35 |
/degree /plusminus /ogonek /lslash /acute /mu /paragraph /periodcentered
|
|
|
36 |
/cedilla /aogonek /scommaaccent /guillemotright /Lcaron /hungarumlaut /lcaron /zdotaccent
|
|
|
37 |
% 30x
|
|
|
38 |
/Racute /Aacute /Acircumflex /Abreve /Adieresis /Lacute /Cacute /Ccedilla
|
|
|
39 |
/Ccaron /Eacute /Eogonek /Edieresis /Ecaron /Iacute /Icircumflex /Dcaron
|
|
|
40 |
/Dcroat /Nacute /Ncaron /Oacute /Ocircumflex /Ohungarumlaut /Odieresis /multiply
|
|
|
41 |
/Rcaron /Uring /Uacute /Uhungarumlaut /Udieresis /Yacute /Tcommaaccent /germandbls
|
|
|
42 |
% 34x
|
|
|
43 |
/racute /aacute /acircumflex /abreve /adieresis /lacute /cacute /ccedilla
|
|
|
44 |
/ccaron /eacute /eogonek /edieresis /ecaron /iacute /icircumflex /dcaron
|
|
|
45 |
/dcroat /nacute /ncaron /oacute /ocircumflex /ohungarumlaut /odieresis /divide
|
|
|
46 |
/rcaron /uring /uacute /uhungarumlaut /udieresis /yacute /tcommaaccent /dotaccent
|
|
|
47 |
256 packedarray .defineencoding
|