From: Brandon Jones Date: 2010-03-12T04:57:57+09:00 Subject: Re: Each_char what version of ruby are you running? It works for me on 1.9.1 on windows. Try this: > "Hello".each_byte { |x| puts x.chr } -- Posted via http://www.ruby-forum.com/.