From: Bek Bek Date: 2010-09-14T21:38:12+09:00 Subject: Re: Encoding error while installing rails on ruby 1.9.2 I changed it to 850 and it worked!! So that was the problem.. Thank you very much! Luis Lavena wrote: > On Sep 14, 5:57�am, Bek Bek wrote: >> Hello everybody, >> >> I am making my first steps on Ruby on Rails. I have a very simple >> question. When I am trying to install rails (as well as every gem) I am >> getting this error: >> >> ERROR: �While executing gem ... (Encoding::ConverterNotFoundError) >> � � code converter not found (UTF-16LE to IBM737) >> > > Why is your terminal IBM737? > > Can you change it with chcp to either 850 or 1251/1252? > > It seems that IBM737 do not have a Unicode converter match from/to > UTF. > > If that works, please let us know. -- Posted via http://www.ruby-forum.com/.