Hi
am new rss adres added in aggregator page and auto post news.But then post news and send mysql turkish characters problem.site like this.
i think in inc/inc_functions.php this code change
------------------------------------------
//1 = Articles, 2 = Guide, 3 = News
switch ($whr) {
case 1:
if ($encoded!=""

{
$desc = $description;
$description = $encoded;
} else {
$desc = "";
}
$rssquery = "INSERT INTO memht_articoli (id,argomento,nome,descrizione,testo,autore,data,enabled) VALUES ";
$rssquery .= "(null,'$argument','$title','$desc','$description<br><br>$more','$author',$tzNOW,'1'

";
$checkquery = "SELECT id FROM memht_articoli WHERE nome='$title'";
break;
--------------------------------------------
Thank For Your Help