Initial release of Maemo 5 port of gnuplot
[gnuplot] / term / PostScript / 8859-2.ps
1 % Encoding for ISO-8859-2 (also called as Latin-2), with
2 % minor differences to "true" ISO-8859-2 (*commaaccent 
3 % instead of *cedilla for sStT -> incorrect in ISO-8859-2,
4 % the standard will probably be modified in this respect)
5 %      Levente Novak <novak@jaguar.dote.hu>
6
7 /reencodeISO2 {
8 dup dup findfont dup length dict begin
9 { 1 index /FID ne { def }{ pop pop } ifelse } forall
10 currentdict /CharStrings known {
11         CharStrings /Idieresis known {
12                 /Encoding ISOLatin2Encoding def } if
13 } if
14 currentdict end definefont
15 } def
16 /ISOLatin2Encoding [
17 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
18 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
19 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
20 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
21 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
22 /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
23 /zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
24 /less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M
25 /N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
26 /asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
27 /n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
28 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
29 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
30 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
31 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
32 /nbspace/Aogonek/breve/Lslash/currency/Lcaron/Sacute/section
33 /dieresis/Scaron/Scommaaccent/Tcaron/Zacute/hyphen/Zcaron/Zdotaccent
34 /degree/aogonek/ogonek/lslash/acute/lcaron/sacute/caron/cedilla
35 /scaron/scommaaccent/tcaron/zacute/hungarumlaut/zcaron/zdotaccent
36 /Racute/Aacute/Acircumflex/Abreve/Adieresis/Lacute/Cacute/Ccedilla
37 /Ccaron/Eacute/Eogonek/Edieresis/Ecaron/Iacute/Icircumflex/Dcaron
38 /Dcroat/Nacute/Ncaron/Oacute/Ocircumflex/Ohungarumlaut/Odieresis
39 /multiply/Rcaron/Uring/Uacute/Uhungarumlaut/Udieresis/Yacute
40 /Tcommaaccent/germandbls/racute/aacute/acircumflex/abreve/adieresis
41 /lacute/cacute/ccedilla/ccaron/eacute/eogonek/edieresis/ecaron
42 /iacute/icircumflex/dcaron/dcroat/nacute/ncaron/oacute/ocircumflex
43 /ohungarumlaut/odieresis/divide/rcaron/uring/uacute/uhungarumlaut
44 /udieresis/yacute/tcommaaccent/dotaccent
45 ] def