Hi,
I just wasted 5 hours (I kid you not) trying to figure out why any non-ASCII chars in the language YAML files made Rails crash.
The trick : put "file_charset: utf-8" in each YAML file (or whatever character encoding you're using, but YAML files are supposed to be UTF-8 or UTF-16 anyway).
Cheers !
|