aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/test_encodings.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field a...Sutou Kouhei2020-07-201-0/+12
* [ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] test: use binary mode explicitly for Ruby 2.7Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)Seiei Miyagi2020-07-201-0/+10
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-091-0/+0
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-121-7/+9
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-5/+5
* Import CSV 3.0.8kou2019-04-141-5/+6
* Upgrade CSV to 3.0.4kou2019-01-251-8/+3
* Merge csv-1.0.2 from upstream.hsbt2018-05-091-3/+17
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* csv.rb: honor encoding optionnobu2014-06-101-0/+8
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-011-20/+10
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* remove trainling spaces.nobu2012-08-211-1/+1
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-251-3/+14
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-0/+15
* * strip trailing spaces.nobu2011-04-261-32/+32
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-261-1/+1
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-251-0/+2
* test/with_different_ofs.rb: fixed typos.nobu2010-12-251-2/+2
* * 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