% Copyright (C) 1993 Aladdin Enterprises. All rights reserved.
%
% This software is provided AS-IS with no warranty, either express or
% implied.
%
% This software is distributed under license and may not be copied,
% modified or distributed except as expressly authorized under the terms
% of the license contained in the file LICENSE in this distribution.
%
% For more information about licensing, please refer to
% http://www.ghostscript.com/licensing/. For information on
% commercial licensing, go to http://www.artifex.com/licensing/ or
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
% $Id: winmaps.ps 6855 2006-06-14 21:03:34Z giles $
% winmaps.ps - make maps between PostScript encodings and Windows
% character sets.
% Define the two Windows encodings.
/ANSIEncoding
ISOLatin1Encoding 256 array copy
dup 16#90 /.notdef put
16#93 1 16#9f { 2 copy /.notdef put pop } for
def
/OEMEncoding [
/.notdef /.notdef /.notdef /heart /diamond /club /spade /bullet
8 { /.notdef } repeat
/.notdef /.notdef /.notdef /.notdef /paragraph /section /.notdef /.notdef
/arrowup /arrowdown /arrowright /arrowleft /.notdef /arrowboth /.notdef /.notdef
StandardEncoding 32 96 getinterval aload pop
/Ccedilla /udieresis /eacute /acircumflex /adieresis /agrave /aring /ccedilla
/ecircumflex /edieresis /egrave /idieresis /igrave /Adieresis /Aring
/Eacute /ae /AE /ocircumflex /odieresis /ograve /ucircumflex /ugrave
/ydieresis /Odieresis /Udieresis /cent /sterling /yen /.notdef /florin
/aacute /iacute /oacute /uacute /ntilde /Ntilde /ordfeminine /ordmasculine
/questiondown /.notdef /logicalnot /onehalf /onequarter /exclamdown /guillemotleft /guillemotright
48 { /.notdef } repeat
/alpha /beta /Gamma /Pi /Sigma /sigma /mu /tau
/Phi /Theta /Omega /delta /infinity /phi /element /intersection
/equivalence /plusminus /greaterequal /lessequal /integraltp /integralbt /divide /.notdef
/degree /dotmath /periodcentered /radical /.notdef /twosuperior /.notdef /.notdef
] def
% Utility procedures
/invertencoding %