Re: [Rails] Re: non ascii encoding

2012-11-14 Thread Jim Ruther Nill
On Wed, Nov 14, 2012 at 11:21 PM, Max Shytikov wrote: > Hi Jim, Hi Max, thanks for replying. I gave > Looks that you have encoding problems, check your current encoding > > puts Encoding.default_external > > To solve your problem it should be UTF-8. Because according to the docs > http://ww

[Rails] Re: non ascii encoding

2012-11-14 Thread Max Shytikov
Hi Jim, Looks that you have encoding problems, check your current encoding puts Encoding.default_external To solve your problem it should be UTF-8. Because according to the docs http://www.ruby-doc.org/core-1.9.3/Encoding.html#method-c-default_external *"File