Hymmmm.. Duża poopa.
Może spróbuj tak (info: robię po omacku, nie mam bazy w latin1), otwórz plik: ips_kernel/classRss.php
Znajdź:
/*if ( $this->convert_charset AND $data )
{
if ( $this->feed_charset != $this->doc_type )
{
$data = IPSText::convertCharsets( $data, $this->feed_charset, $this->doc_type );
# Replace any char-set= data
$data = preg_replace( "#encoding=[\"'](\S+?)[\"']#si", "encoding=\"".$this->doc_type."\"", $data );
$data = preg_replace( "#charset=(\S+?)#si" , "charset=".$this->doc_type , $data );
}
}*/
zamień na:
if ( $this->convert_charset AND $data )
{
if ( $this->feed_charset != $this->doc_type )
{
$data = IPSText::convertCharsets( $data, $this->feed_charset, $this->doc_type );
# Replace any char-set= data
$data = preg_replace( "#encoding=[\"'](\S+?)[\"']#si", "encoding=\"".$this->doc_type."\"", $data );
$data = preg_replace( "#charset=(\S+?)#si" , "charset=".$this->doc_type , $data );
}
}
Zapisz.