Mi rispondo da solo, ultimamente il forum ha bisogno di volontari mi sembra...
In components/com_events/events.class.php, sostituire :
Questa riga (selezionandola tutta)
function getDateFormat( $year, $month, $day, $type ){
con
function getDateFormat( $year, $month, $day, $type ){
return utf8_encode(self::getDateFormatANSI( $year, $month, $day, $type ));
}
function getDateFormatANSI( $year, $month, $day, $type ){