Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Ned Baldessin
Suggestion for the README file [ reply ]  
2006-04-12 02:46
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 !