From b459d4b1c8034af64fa3270add45a5b9d6bd39cb Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 2 Sep 2006 03:06:33 +0000 Subject: * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) instead of String#[](idx) to check utf BOM. follows String#[](idx) behavior change of 1.9. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 71a9f993b..9510468f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Sep 2 12:00:32 2006 NAKAMURA, Hiroshi + + * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) + instead of String#[](idx) to check utf BOM. follows String#[](idx) + behavior change of 1.9. + Fri Sep 1 22:07:04 2006 Yukihiro Matsumoto * ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bit -- cgit