octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #51871] loading '-ascii' format files is slow


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #51871] loading '-ascii' format files is slow
Date: Thu, 31 Aug 2017 14:10:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #18, bug #51871 (project octave):

The rest of Octave goes to great lengths to support text files with CR LF or
CRLF line endings on any system, not just the native line ending for a given
system, typically by opening all files as binary and liberally accepting any
combination of CR and LF as the end of a line.  As far as I know, that's the
way Matlab also behaves.  We have often received bug reports about files that
can't be processed that have turned out to be due to getting this wrong.  It's
confusing to users, because the tools they use to display files don't usually
show these characters, so they don't know what the line ending characters are.
 So I'd prefer to continue to liberally accept any combination of these
characters to mean the end of a line.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51871>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]