Experiencing a problem with UTF-8 and diacritics (characters with accents, etc.) |
[eluser]tinawina[/eluser]
Hi and thanks for your reply. I've continued to try to fix this problem. To simplify things I created a single text input form that you can see here: http://www.issuelab.org/lb_test. Here's the contents of the controller: This sets up the form: Code: function index() This sets up the view which I simply echo to the screen: Code: function the_form() When I input "años son sobresalientes sólo existía un puñado" into the input box and click submit, I get back "años son sobresalientes sólo existÃa un puñado". Any ideas about why this is - most appreciated! |
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
|