google-code-export / globalite

Automatically exported from code.google.com/p/globalite
1 stars 0 forks source link

UTF8 encoding for error messages #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. set the locales of a projet to french
2. use error_messages or error_message_on where a field "can't be blank"
3. trigger the error

The messages obtained is : "ne peut pas être vide"
Where it should be "ne peut pas être vide"

I'm using Rails 2.1.0 and current trunk version of Globalite.

The encoding of the french standard translation file seems correct, and the
error message seems quite fine. 

Original issue reported on code.google.com by michel.b...@gmail.com on 6 Jul 2008 at 3:25