![]() |
i18n special characters - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: i18n special characters (/showthread.php?tid=57801) |
i18n special characters - El Forum - 04-12-2013 [eluser]bartgrrr[/eluser] Hi, My language files can contain special characters (e.g.: é, ë, è, ...) they occure as questionmark like images on the webpage. I think I need to do some sort of conversion to change ë into ë and so on. However, I don't know how to do it. Thanks in advance! i18n special characters - El Forum - 04-12-2013 [eluser]TheFuzzy0ne[/eluser] I don't think so. Just make sure the page encoding is correct (utf-8), and the browser should display them properly. |