Initial release of Maemo 5 port of gnuplot
[gnuplot] / term / PostScript / cp437.ps
1 % encoding for code page 437
2 % version 1.0:  - Mainly letters are mapped. The following positions
3 % (JFi)           are left blank (undefined):
4 %               -- first 32 positions,
5 %               -- frame characters,
6 %               -- greek characters,
7 %               -- some more special characters.
8 %
9 % version 1.1:  - added some more special characters
10
11 /reencodeCP437 {
12 dup dup findfont dup length dict begin
13 { 1 index /FID ne { def }{ pop pop } ifelse } forall
14 currentdict /CharStrings known {
15         CharStrings /Idieresis known {
16                 /Encoding CP437Encoding def } if
17 } if
18 currentdict end definefont
19 } def
20 /CP437Encoding [
21 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
22 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
23 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
24 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
25 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
26 /parenleft/parenright/asterisk/plus/comma/minus/period/slash
27 /zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
28 /less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
29 /O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
30 /asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
31 /n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/.notdef
32 /Ccedilla/udieresis/eacute/acircumflex/adieresis/agrave/aring/ccedilla
33 /ecircumflex/edieresis/egrave/idieresis/icircumflex/igrave/Adieresis/Aring
34 /Eacute/ae/AE/ocircumflex/odieresis/ograve/ucircumflex/ugrave
35 /ydieresis/Odieresis/Udieresis/cent/sterling/yen/.notdef/florin
36 /aacute/iacute/oacute/uacute/ntilde/Ntilde/ordfeminine/ordmasculine
37 /questiondown/.notdef/logicalnot/onehalf/onequarter/exclamdown/guillemotleft/guillemotright
38 /space/space/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
39 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
40 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
41 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
42 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
43 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
44 /.notdef/germandbls/.notdef/.notdef/.notdef/.notdef/mu/.notdef
45 /.notdef/.notdef/.notdef/.notdef/infinity/.notdef/.notdef/.notdef
46 /.notdef/plusminus/greaterequal/lessequal/.notdef/.notdef/divide/.notdef
47 /degree/bullet/periodcentered/.notdef/nsuperior/twosuperior/.notdef/.notdef
48 ] def