From: "Marvin Gülker" Date: 2009-10-08T02:52:48+09:00 Subject: Re: read CSV file using csv library I just realized that in Ruby 1.9 there shouldn't be the need to install fastercsv separately, because: irb(main):001:0> require "fastercsv" Please switch to Ruby 1.9's standard CSV library. It's FasterCSV plus support for Ruby 1.9's m17n encoding engine. Marvin -- Posted via http://www.ruby-forum.com/.