From: Damjan Rems Date: 2009-03-27T21:05:39+09:00 Subject: Ruby 1.9 # coding: utf-8 I am trying some ruby 1.9. taste for the first time and I have got to this new behaviour. Since my location is in Estern Europe, most of my source files are coded in utf-8. I have found out that I should use # coding: utf-8 if I want to omit nasty "rubyArchiveTesti.rb:82: invalid multibyte char (US-ASCII)" error. Where can I set that all my source files are encoded in utf-8, since I don't like the idea of editing them all. by TheR -- Posted via http://www.ruby-forum.com/.