From: Josh Cheek Date: 2011-02-14T17:48:00+09:00 Subject: Re: Cann't require UTF-8 files. --20cf30434204d0e7d3049c3a1a74 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 14, 2011 at 2:30 AM, Fernando Perez wrote: > > Are you using ruby 1.9? If so, then you need to add a magic encoding > > line as the first line (or second if the first is a shebang line) of > > your source file, like this: > > # encoding: utf-8 > > Is there a way to avoid adding this magic encoding line in each file? > > That's really a metadata and does not belong to the source code. > > -- > Posted via http://www.ruby-forum.com/. > > Run with -Ku flag. https://gist.github.com/825626 --20cf30434204d0e7d3049c3a1a74--