Forum: Ruby-core [ruby-trunk - Bug #6393][Open] rdoc does not parse multibyte files

Posted by Nobuyoshi Nakada (nobu)
on 2012-05-02 08:48
(Received via mailing list)
Issue #6393 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #6393: rdoc does not parse multibyte files
https://bugs.ruby-lang.org/issues/6393

Author: nobu (Nobuyoshi Nakada)
Status: Open
Priority: Normal
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
Posted by Nobuyoshi Nakada (nobu)
on 2012-05-02 08:49
(Received via mailing list)
Issue #6393 has been updated by nobu (Nobuyoshi Nakada).

Status changed from Open to Assigned


----------------------------------------
Bug #6393: rdoc does not parse multibyte files
https://bugs.ruby-lang.org/issues/6393#change-26368

Author: nobu (Nobuyoshi Nakada)
Status: Assigned
Priority: Normal
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
Posted by Nobuyoshi Nakada (nobu)
on 2012-12-25 21:38
(Received via mailing list)
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
Posted by drbrain (Eric Hodel) (Guest)
on 2013-01-03 23:30
(Received via mailing list)
Issue #6393 has been updated by drbrain (Eric Hodel).

Status changed from Assigned to Closed

Thank you for the patch, I have checked it and it is good.
----------------------------------------
Bug #6393: rdoc does not parse multibyte files
https://bugs.ruby-lang.org/issues/6393#change-35197

Author: nobu (Nobuyoshi Nakada)
Status: Closed
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
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.