summaryrefslogtreecommitdiff
path: root/test/csv/test_encodings.rb
AgeCommit message (Expand)Author
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25test/with_different_ofs.rb: fixed typos.nobu
2010-12-25* lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu
2010-12-25* lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu
2010-12-25* lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu
2010-12-25* lib/csv.rb, test/csv: should not assume $, invariant.nobu
2010-12-25* test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu
2010-11-17* lib/csv.rb: Upgrading output encoding with ASCII content jeg2
2010-11-16* lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg2
2009-08-16rescue Encoding::ConverterNotFoundError.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-18* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg2