Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
%    Copyright (C) 1994, 1997, 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_pdf_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
17
% Define the PDFDoc encoding vector.
18
/currentglobal where
19
 { pop currentglobal { setglobal } true setglobal }
20
 { { } }
21
ifelse
22
/PDFDocEncoding
23
ISOLatin1Encoding 0 24 getinterval aload pop
24
    /breve /caron /circumflex /dotaccent /hungarumlaut /ogonek /ring /tilde
25
ISOLatin1Encoding 32 7 getinterval aload pop
26
    /quotesingle
27
ISOLatin1Encoding 40 5 getinterval aload pop
28
    /hyphen
29
ISOLatin1Encoding 46 50 getinterval aload pop
30
    /grave
31
ISOLatin1Encoding 97 31 getinterval aload pop
32
% \20x
33
    /bullet /dagger /daggerdbl /ellipsis /emdash /endash /florin /fraction
34
    /guilsinglleft /guilsinglright /minus /perthousand
35
	/quotedblbase /quotedblleft /quotedblright /quoteleft
36
    /quoteright /quotesinglbase /trademark /fi /fl /Lslash /OE /Scaron
37
    /Ydieresis /Zcaron /dotlessi /lslash /oe /scaron /zcaron /.notdef
38
% \24x
39
   /Euro
40
ISOLatin1Encoding 161 12 getinterval aload pop
41
   /.notdef
42
ISOLatin1Encoding 174 82 getinterval aload pop
43
256 packedarray .defineencoding
44
exec