From: "nobu (Nobuyoshi Nakada)" Date: 2012-12-26T05:37:47+09:00 Subject: [ruby-core:51134] [ruby-trunk - Bug #6393][Assigned] rdoc does not parse multibyte files Issue #6393 has been updated by nobu (Nobuyoshi Nakada). Status changed from Closed to Assigned Priority changed from Normal to High % Done changed from 100 to 0 ---------------------------------------- Bug #6393: rdoc does not parse multibyte files https://bugs.ruby-lang.org/issues/6393#change-35073 Author: nobu (Nobuyoshi Nakada) Status: Assigned Priority: High Assignee: drbrain (Eric Hodel) Category: lib Target version: 2.0.0 ruby -v: r35518 =begin (({RDoc::Parser.binary?})) mistakenly returns (({true})) against the file which contains correct multibyte content. The method reads 1024bytes in binary mode, but it may end in the middle of a character and have incomplete byte sequence. =end -- http://bugs.ruby-lang.org/