Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter messing up é's
#6

[eluser]maesk[/eluser]
Did you put this in your config/database.php:

Code:
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

I use Unicode all the time (not just "é" but also German Umlaute like äöü, daggers and stuff) and it works without problems with CI. No need to use utf8_decode() and utf8_encode().

@Sumon: The PHP bug you linked to is from 2002 and called "Not all cyrillic symbols present in HTML_ENTITIES table". I don't see the connection to this problem.


Messages In This Thread
CodeIgniter messing up é's - by El Forum - 09-28-2008, 07:45 AM
CodeIgniter messing up é's - by El Forum - 09-30-2008, 11:41 AM
CodeIgniter messing up é's - by El Forum - 09-30-2008, 01:19 PM
CodeIgniter messing up é's - by El Forum - 09-30-2008, 01:25 PM
CodeIgniter messing up é's - by El Forum - 09-30-2008, 01:27 PM
CodeIgniter messing up é's - by El Forum - 10-01-2008, 02:24 AM
CodeIgniter messing up é's - by El Forum - 10-01-2008, 02:29 AM
CodeIgniter messing up é's - by El Forum - 10-01-2008, 02:33 PM
CodeIgniter messing up é's - by El Forum - 10-01-2008, 03:20 PM
CodeIgniter messing up é's - by El Forum - 10-02-2008, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB