
mkm
Posts: 10
|
| Posted: 03/20/2012, 2:02 AM |
|
Hi
I seem this is bug but it still exists - in all CCS editions.
I connect to MySQL database with UTF8 encoding.
There are set every possible options where the UTF8 have to be set in configuration.
But finaly, where the page is viewed in browser - all signs are wrong.
I see that there is called the "SET NAMES ..." query in the mysql class (connect function), but it doesn't work. It needs the encoding parameter to be set as array. On the second hand there is set of mysql parameters in the common.php file, but it hasn't got the encoding parameter.
My solution is to add this parameter in the common.php file, but it is not good, because I will lose it in any upgrade.
ProtonX
|
 |
 |
enko
Posts: 74
|
| Posted: 03/20/2012, 2:48 AM |
|
I agree !!
For me at this moment i need to put "Encoding" => array("", "utf8") in $CCConnectionSettings array.
_________________
Italy - CodeCargeStudio (5.1.1.18992) - Dephi RIO - Lazarus (Free Pascal) - www.egsoft.it - www.egauto.it - www.egcourier.it - www.egestetica.it - Windows, Linux, Raspberry Apps. |
 |
 |
|

|
|
|
|