|
|
||
|
OK, so reading a line in a binary file is only a matter of a proper
implementation.
Give some efficient implementation that can read lines containing
arbitrary binary data ('\x00', '\x0D', '\x04', '\x0A', '\x1A', etc.)
and we can consider it to fix the current "bug".
-- Roberto