[imp] German umlauts

Andreas Graf andreas@xgraf.de
Mon, 16 Sep 2002 10:31:11 +0200


Hi,
hi have solved the problem with german umlauts:

change /imp/lib/MIME/Viewer/plain.php

row 69:

from "$charset = $this->getCharset($mime);"
to "$charset = 'ISO-8859-1';"

it works
andreas