From: O01eg Oleg Date: 2010-05-01T03:19:21+09:00 Subject: Re: Cann't require UTF-8 files. Caleb Clausen 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 Thanks, it work. -- Posted via http://www.ruby-forum.com/.