From: Andrey Kuznecov Date: 2009-04-20T16:47:23+09:00 Subject: Re: Windows CMD and international chars (åäö) Andrey Kuznecov wrote: > You have to set 'Lucida Console' as console font in window properties. > You may change console code page by 'chcp' command: > > C:\XP\system32>chcp 65001 > Active code page: 65001 <------- UTF-8 > But I know there is a bug: C:\XP\system32>ruby -v C:\users\Administrator\RubymineProjects\TestApp\main.rb ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32] [CP65001::UTF-8|UTF-8] Превед!ед!д!! <------- BUG It must be 'Превед!' not 'Превед!ед!д!!' -- Posted via http://www.ruby-forum.com/.