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

[eluser]maesk[/eluser]
Another thing when working with Unicode (outside of CodeIgniter) and MySQL that took me a long time to find out: you think you have set everything from MySQL charset to your HTML view file to UTF8 but still don't get the correct characters in your view, you have to set the MySQL connection to UTF8 like this:

Code:
mysql_query("SET NAMES 'utf8'");


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