I still had Problems after 2.1.2 with my OLD texts/comments/mails/usernames. everything.
I added to the end of the cake h() funtion:
if(mb_detect_encoding($text, "auto"!='UTF-8' {
$text = utf8_encode($text);
}
The new System saves the "äöü" caracters in the database as "äöü". The old had it "correct" when viewd in the myadmin.
I added to the end of the cake h() funtion:
if(mb_detect_encoding($text, "auto"!='UTF-8' {
$text = utf8_encode($text);
}
The new System saves the "äöü" caracters in the database as "äöü". The old had it "correct" when viewd in the myadmin.