Characters not rendered properly
Brought to you by:
colineberhardt,
little_paul
The following message:
http://www.jugglingdb.com/news/rightpane.php?group=1&id=163838
Should look like this:
http://groups.google.co.uk/group/rec.juggling/msg/6592436c52731ded
This seems to be a double-byte character encoding problem. We may be able to fix it with mb_convert_encoding() but that requires that php was built with the multibyte extensions enabled.
Note that this will probably mean that multibyte characters elsewhere (eg in header fields) are also broken in odd ways.