SVN commit 1207718 by aacid: Remove the utf8 encoding call, i think it makes sense for us to expect things not to be in latin1 anymore in 2010, anyway we were just encoding the title and not the story which does not make much sense. Should not affect KDE proper webpages since we mostly only use english there. Acked by Ingo M +0 -2 functions.inc --- trunk/www/media/includes/functions.inc #1207717:1207718 @@ -125,8 +125,6 @@ $printDate = $date[1]; - $title[1] = utf8_encode($title[1]); - if ($summaryonly) { print "".(($printDate == $prevDate) ? " " : "$printDate")."\n";