aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_encodings.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-0/+17
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-251-1/+17
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-251-4/+3
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-251-8/+8
* * test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu2010-12-251-2/+5
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-171-0/+8
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-161-30/+38
* rescue Encoding::ConverterNotFoundError.naruse2009-08-161-2/+6
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-31/+31
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-181-0/+256