CodeIgniter Forums
Problem with encodage for character_limiter - 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: Problem with encodage for character_limiter (/showthread.php?tid=32369)



Problem with encodage for character_limiter - El Forum - 07-21-2010

[eluser]Unknown[/eluser]
Hi everyone

I'm tatally a beginner for Codeigniter. I'm using this magic tool to develop a web site in French. When I'm using character_limiter to limit the length of the string, the limited string will have a problem with the character “à”, it shows a “?” instead.....For the other characters with accent, it works perfectly.

Do you have any suggestions for me to solve this problem?

Thanks a lot =)


Problem with encodage for character_limiter - El Forum - 11-17-2010

[eluser]mercy loving criminal[/eluser]
I'm also having problems with this; any ideas?


Problem with encodage for character_limiter - El Forum - 11-23-2010

[eluser]Marina June[/eluser]
why no one solve the problem
anyone could help us
i have the same problem


Problem with encodage for character_limiter - El Forum - 11-24-2010

[eluser]InsiteFX[/eluser]
Make sure your using utf8 encodings.

For database use utf8 and utf8_unicode_ci

InsiteFX