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