
geekwright wrote:
This is odd, because the problems switching to PHP 5.6 are usually solved by making sure the PHP configuration specifiesdefault_charset = "utf-8"
You mentioned you just see question marks. Are those question marks or unicode replacement characters - question marks in diamonds?
What is the define for _CHARSET in language/*/global.php ?
Πρέπει να λειτουργεί;
They're plain question marks: ????
The_CHARSET in language/*/global.php was: ISO-8859-1.
Can set that as UTF-8, yet when posting it still makes question marks.
With global.php as ISO-8859-1, and ini_set("default_charset", ""), it then encodes it... Yet then has odd character errors across the site.
Thank you for the help.
