Actions
Bug #6393
closedrdoc does not parse multibyte files
Bug #6393:
rdoc does not parse multibyte files
Description
=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
Files
Actions