diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-15 18:19:15 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-15 18:19:15 +0000 |
| commit | 7bc663eecf536e39ca8abf1f556ad2b4aabc1997 (patch) | |
| tree | b73fc8d1a8752bce06b64f658a556edb408bf603 /ChangeLog | |
| parent | 99664f9ec38d8ec55e0199ce54f587aebb030b96 (diff) | |
| download | ruby-7bc663eecf536e39ca8abf1f556ad2b4aabc1997.tar.gz ruby-7bc663eecf536e39ca8abf1f556ad2b4aabc1997.tar.xz ruby-7bc663eecf536e39ca8abf1f556ad2b4aabc1997.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Oct 16 03:15:52 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * parse.y (rb_intern3): check symbol table overflow before generate |
