Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) |
[eluser]Rok Biderman[/eluser]
You're presenting charset only if validation==false. If you check out the source, you'll find you only get echo of string, no encoding is set. This works, but is fugly: Code: function index() Just so you know, a kitten dies every time you write your html in an echo. Says so here. Put it in your view instead. |
Messages In This Thread |
Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) - by El Forum - 03-20-2012, 02:01 PM
Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) - by El Forum - 03-20-2012, 04:03 PM
Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) - by El Forum - 03-21-2012, 08:53 AM
Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) - by El Forum - 03-21-2012, 06:44 PM
Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) - by El Forum - 03-22-2012, 09:08 AM
Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) - by El Forum - 03-22-2012, 09:40 AM
|