Subject: Re: A small internationalization issue?
From: Gregory Brown <gregory.t.brown gmail.com>
Date: Mon, 4 Jan 2010 23:08:53 +0900
References: 354347354349354357
In-reply-to: 354357
On Sun, Jan 3, 2010 at 8:07 PM, tuti plain <hypermeister / yahoo.com> wrote:
> puts "E1 E9 ED F3 FA"
>
> But the output is still wrong.
If you're using Ruby 1.8.6, be sure to set $KCODE="U"
-greg