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_il2_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the ISO Latin-2 (8859-2) encoding vector.
|
|
|
18 |
|
|
|
19 |
% The original version of this encoding vector used Unicode names, rather
|
|
|
20 |
% than Adobe names, for many characters. Here are the names that appeared
|
|
|
21 |
% in the original version:
|
|
|
22 |
% \047 /quoteright /apostrophe
|
|
|
23 |
% \056 /period /fullstop
|
|
|
24 |
% \137 /underscore /lowline
|
|
|
25 |
% \140 /quoteleft /grave
|
|
|
26 |
% \055 is /hyphen in StandardEncoding, but /minus in 8859-1; we follow
|
|
|
27 |
% 8859-1 here. In addition, the following substitutions were made:
|
|
|
28 |
% /Lstroke => /Lslash
|
|
|
29 |
% /Dstroke => /Dcroat
|
|
|
30 |
% /*diaeresis => /*dieresis
|
|
|
31 |
% /softhyphen => /hyphen
|
|
|
32 |
% /*abovedot => /*dotaccent
|
|
|
33 |
% /*doubleacute => /*hungarumlaut
|
|
|
34 |
% /division => /divide
|
|
|
35 |
% /ssharp => /germandbls
|
|
|
36 |
|
|
|
37 |
/currentglobal where
|
|
|
38 |
{ pop currentglobal { setglobal } true setglobal }
|
|
|
39 |
{ { } }
|
|
|
40 |
ifelse
|
|
|
41 |
/ISOLatin2Encoding
|
|
|
42 |
% The first 144 entries are the same as the ISO Latin-1 encoding.
|
|
|
43 |
ISOLatin1Encoding 0 144 getinterval aload pop
|
|
|
44 |
% \22x
|
|
|
45 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
46 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
47 |
% \24x
|
|
|
48 |
/nbspace /Aogonek /breve /Lslash /currency /Lcaron /Sacute /section
|
|
|
49 |
/dieresis /Scaron /Scedilla /Tcaron /Zacute /hyphen /Zcaron /Zdotaccent
|
|
|
50 |
/degree /aogonek /ogonek /lslash /acute /lcaron /sacute /caron
|
|
|
51 |
/cedilla /scaron /scedilla /tcaron /zacute /hungarumlaut /zcaron /zdotaccent
|
|
|
52 |
% \30x
|
|
|
53 |
/Racute /Aacute /Acircumflex /Abreve /Adieresis /Lacute /Cacute /Ccedilla
|
|
|
54 |
/Ccaron /Eacute /Eogonek /Edieresis /Ecaron /Iacute /Icircumflex /Dcaron
|
|
|
55 |
/Dcroat /Nacute /Ncaron /Oacute /Ocircumflex /Ohungarumlaut /Odieresis /multiply
|
|
|
56 |
/Rcaron /Uring /Uacute /Uhungarumlaut /Udieresis /Yacute /Tcedilla /germandbls
|
|
|
57 |
% \34x
|
|
|
58 |
/racute /aacute /acircumflex /abreve /adieresis /lacute /cacute /ccedilla
|
|
|
59 |
/ccaron /eacute /eogonek /edieresis /ecaron /iacute /icircumflex /dcaron
|
|
|
60 |
/dcroat /nacute /ncaron /oacute /ocircumflex /ohungarumlaut /odieresis /divide
|
|
|
61 |
/rcaron /uring /uacute /uhungarumlaut /udieresis /yacute /tcedilla /dotaccent
|
|
|
62 |
256 packedarray .defineencoding
|
|
|
63 |
exec
|