French characters

edited December 2010 in Bug Reports
Hello,

I'm doing an application with FuelCMS in French...

I have some issues while displaying French characters like this one :
"ç" =>  "ç",     #latin small letter c
I can see in this file :
/* Location: ./application/config/strings.php */
than some sort of characters translation is done.

I have a module languages, a model languages corresponding to a table in my database.
In the database,
The following text : "French - Français" is stored like that :
 "French - Français"
When i use my module to list all languages, no problem
I guess the characters translations is done properly.
I can see "French-Français" in the list

But when the language is displayed either in a text-box or in a drop-down menu, it displays :
"French - Français"
As shown here : http://img442.imageshack.us/img442/6155/68575316.png

Thanks in advance for your help

Comments

  • edited 4:10AM
    I've just pushed a fix for that issue to GitHub so it won't double translate characters already translated. The fix was specifically to the Form library. Also, just so you are aware, there is an auto_encode_entities property you can set on your model to specifically tell what fields to encode. By default it is set to TRUE:
    http://www.getfuelcms.com/user_guide/libraries/my_model
  • edited 4:10AM
    Thank you very much :)
Sign In or Register to comment.