Welcome Guest, Not a member yet? Register   Sign In
Charset ISO-8859-1
#11

[eluser]WebbHelp[/eluser]
Thanks for helping.

I wrote in config/database.php:

$db ['default'] ['char_set'] = "latin1";
$db ['default'] ['dbcollat'] = "latin1_swedish_ci";

And now it works, thank you for helping Smile
#12

[eluser]InsiteFX[/eluser]
You shoud be using Charset utf-8 and COLLATE utf8_unicode_ci or utf8_general_ci NOT Latin!

Enjoy
InsiteFX
#13

[eluser]WebbHelp[/eluser]
Thank you for reply!

Why? is that international and work for all characters?
#14

[eluser]InsiteFX[/eluser]
Because it will keep you out of the MySQL hell!

utf8_general_ci is a stripped down version of utf8_unicode_ci.

utf8_unicode_ci handles international character sets better.

Enjoy
InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB