2 |
- |
1 |
% Copyright (C) 1996 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_wl1_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the Windows 3.1 Latin 1 encoding vector (H-P Symbol set 19U).
|
|
|
18 |
/currentglobal where
|
|
|
19 |
{ pop currentglobal { setglobal } true setglobal }
|
|
|
20 |
{ { } }
|
|
|
21 |
ifelse
|
|
|
22 |
/Win31Latin1Encoding
|
|
|
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 |
/graybox
|
|
|
31 |
% \20x
|
|
|
32 |
/.notdef /.notdef /quotesinglbase /florin
|
|
|
33 |
/quotedblbase /ellipsis /dagger /daggerdbl
|
|
|
34 |
/circumflex /perthousand /Scaron /guilsinglleft
|
|
|
35 |
/OE /.notdef /.notdef /.notdef
|
|
|
36 |
/.notdef /quoteleft /quoteright /quotedblleft
|
|
|
37 |
/quotedblright /bullet /endash /emdash
|
|
|
38 |
/tilde /trademark /scaron /guilsinglright
|
|
|
39 |
/oe /.notdef /.notdef /Ydieresis
|
|
|
40 |
/.notdef /exclamdown /cent /sterling
|
|
|
41 |
/currency /yen /brokenbar /section
|
|
|
42 |
/dieresis /copyright /ordfeminine /guillemotleft
|
|
|
43 |
/logicalnot /softhyphen /registered /overscore
|
|
|
44 |
/degree /plusminus /twosuperior /threesuperior
|
|
|
45 |
/acute /mu /paragraph /periodcentered
|
|
|
46 |
/cedilla /onesuperior /ordmasculine /guillemotright
|
|
|
47 |
/onequarter /onehalf /threequarters /questiondown
|
|
|
48 |
% \30x
|
|
|
49 |
/Agrave /Aacute /Acircumflex /Atilde
|
|
|
50 |
/Adieresis /Aring /AE /Ccedilla
|
|
|
51 |
/Egrave /Eacute /Ecircumflex /Edieresis
|
|
|
52 |
/Igrave /Iacute /Icircumflex /Idieresis
|
|
|
53 |
/Eth /Ntilde /Ograve /Oacute
|
|
|
54 |
/Ocircumflex /Otilde /Odieresis /multiply
|
|
|
55 |
/Oslash /Ugrave /Uacute /Ucircumflex
|
|
|
56 |
/Udieresis /Yacute /Thorn /germandbls
|
|
|
57 |
/agrave /aacute /acircumflex /atilde
|
|
|
58 |
/adieresis /aring /ae /ccedilla
|
|
|
59 |
/egrave /eacute /ecircumflex /edieresis
|
|
|
60 |
/igrave /iacute /icircumflex /idieresis
|
|
|
61 |
/eth /ntilde /ograve /oacute
|
|
|
62 |
/ocircumflex /otilde /odieresis /divide
|
|
|
63 |
/oslash /ugrave /uacute /ucircumflex
|
|
|
64 |
/udieresis /yacute /thorn /ydieresis
|
|
|
65 |
256 packedarray .defineencoding
|
|
|
66 |
exec
|