J
Josselin
I use successfully Thomas Fuchs' Localization plugin...
strings are written in /lang/fr_FR.rf file like :
Localization.define('fr_FR') do |l|
....
l.store 'Log out', 'Déconnexion'
....
but when displayed in the Browser (Safari for testing..)
I get the non UTF8 character set..
Déconnexion
to get the correct display , I have to modify Safari pref : default
encoding UTF8
why Safari doesn't recognize automatically the encoding ? shoudl I add
anything in my .rb view files ?
joss
strings are written in /lang/fr_FR.rf file like :
Localization.define('fr_FR') do |l|
....
l.store 'Log out', 'Déconnexion'
....
but when displayed in the Browser (Safari for testing..)
I get the non UTF8 character set..
Déconnexion
to get the correct display , I have to modify Safari pref : default
encoding UTF8
why Safari doesn't recognize automatically the encoding ? shoudl I add
anything in my .rb view files ?
joss