08-22-2008, 11:16 AM
[eluser]Treb[/eluser]
Hi There,
My database expects UTF-8 encoded strings, but the default character set is missing from the config.php.
Adding:
fixed it.
Enhancement for the next version?
Bert
Hi There,
My database expects UTF-8 encoded strings, but the default character set is missing from the config.php.
Adding:
Code:
/*
|--------------------------------------------------------------------------
| Default Character Set
|--------------------------------------------------------------------------
|
| This determines which character set is used by default in various methods
| that require a character set to be provided.
|
*/
$config['charset'] = "UTF-8";
fixed it.
Enhancement for the next version?
Bert