From: Logan Capaldo Date: 2006-06-29T05:18:30+09:00 Subject: Re: Unicode roadmap? On Jun 28, 2006, at 3:16 PM, ara.t.howard@noaa.gov wrote: > > # now i have to this this > row = row.split(//).map{|char| char[0]} > This is off on a tangent here but, ara why not just row = row.to_enum(:each_byte).to_a