Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Character Encoding
#1

[eluser]julien.1486[/eluser]
Hello guys !

I'm using CI since few days. I'm trying to rebuild a website with CI and I have a small problem. I want to use iso-8859-1 encoding, and it works except if I use the html helpers.

In my view, I write directly a small text with special chars (é, è..etc.. yes, french is a boring language :-p) and at the end I use the ul() function.
When I load it with my browser I can see that the ul() function returns a text with a bad encoding (If a switch to UTF-8 with my browser then the text displayed by ul() is correct, not the one I've written directly).

In my application/config/config.php I've written :

Code:
$config['charset'] = "ISO-8859-1";

I use Eclipse PDT and it's configured to use iso-8859-1 encoding.

So, what's wrong ?

Thanks for your help :-)


Messages In This Thread
[SOLVED] Character Encoding - by El Forum - 08-19-2008, 03:39 PM
[SOLVED] Character Encoding - by El Forum - 08-19-2008, 04:43 PM
[SOLVED] Character Encoding - by El Forum - 08-20-2008, 04:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB