AW: [imp] Characters not displayd

Tilo Lutz TiloLutz@gmx.de
Sat, 25 May 2002 11:35:39 +0200


>> The latest IMP-Version (CVS) doesn't show charakters like ä,ö,ü,ß
>> (ae, oe, ue, ss) if I take a lock at ae email.
>> But if I press the reply-button these charakters are displayd correct
>> in the apearing windows.
>> Any idea whats wrong?
> I have never written anything in PHP but I've started to find to problem.

> I've modified the file imp/lib/MIME/Viewers/text.php
I've localized the problem.
If've put the line $text = str_replace("ä", "ä", $text);
in the file text.php so I get displayed some characters insted of
"ä".
But after line 48
$text = htmlspecialchars($text, ENT_QUOTES, $charset);
I won't get displayed "ä".

Because of that I think the function doesn't work.

Any idea where I can search next?

Tilo Lutz