Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
%    Copyright (C) 1994, 1996, 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_wan_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
17
% Define the WinAnsi encoding vector.
18
/currentglobal where
19
 { pop currentglobal { setglobal } true setglobal }
20
 { { } }
21
ifelse
22
/WinAnsiEncoding
23
ISOLatin1Encoding 0 39 getinterval aload pop
24
    /quotesingle
25
ISOLatin1Encoding 40 5 getinterval aload pop
26
    /hyphen
27
ISOLatin1Encoding 46 50 getinterval aload pop
28
    /grave
29
ISOLatin1Encoding 97 30 getinterval aload pop
30
    /bullet
31
% \20x
32
	% NOTE: /Euro, /Zcaron, and /zcaron are new for PDF 1.3.
33
	% We may have to take them out for backward compatibility.
34
    /Euro /bullet /quotesinglbase /florin
35
	/quotedblbase /ellipsis /dagger /daggerdbl
36
    /circumflex /perthousand /Scaron /guilsinglleft
37
	/OE /bullet /Zcaron /bullet
38
    /bullet /quoteleft /quoteright /quotedblleft
39
	/quotedblright /bullet /endash /emdash
40
    /tilde /trademark /scaron /guilsinglright
41
	/oe /bullet /zcaron /Ydieresis
42
ISOLatin1Encoding 160 96 getinterval aload pop
43
256 packedarray
44
4 1 index .registerencoding
45
.defineencoding
46
exec