From 7bc663eecf536e39ca8abf1f556ad2b4aabc1997 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 15 Oct 2009 18:19:15 +0000 Subject: * lib/csv.rb (CSV#read_to_char): set encoding and verify data which read from io before encode it to @encoding. * lib/csv.rb (CSV#raw_encoding): add to get @io's encoding. * lib/csv.rb (CSV#read_io): add to read string and set @io's encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88d191876..ea57286ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 16 03:15:52 2009 NARUSE, Yui + + * lib/csv.rb (CSV#read_to_char): set encoding and verify data + which read from io before encode it to @encoding. + + * lib/csv.rb (CSV#raw_encoding): add to get @io's encoding. + + * lib/csv.rb (CSV#read_io): add to read string and set @io's + encoding. + Thu Oct 15 18:26:12 2009 Nobuyoshi Nakada * parse.y (rb_intern3): check symbol table overflow before generate -- cgit