Welcome Guest, Not a member yet? Register   Sign In
French characters cut off
#1

[eluser]webnology[/eluser]
Hi all,

I'm having an issue saving french characters with CI (or is it non-CI ?). If I save a form filed with value 'Frédéric', then the string seems to be cut off at the Fr... The rest dissapears. Now, my encoding is like this:

in MySQL:
Code:
utf8_general_ci

in database.php :
Code:
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

Can anyone help me to solve this, please?

Kind regards,
M


Messages In This Thread
French characters cut off - by El Forum - 11-16-2009, 01:39 PM
French characters cut off - by El Forum - 04-07-2010, 07:27 PM
French characters cut off - by El Forum - 04-08-2010, 02:39 AM
French characters cut off - by El Forum - 04-08-2010, 04:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB