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

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

[Octave-bug-tracker] [bug #63930] fprintf problem


From: Charles Praplan
Subject: [Octave-bug-tracker] [bug #63930] fprintf problem
Date: Sun, 19 Mar 2023 13:44:28 -0400 (EDT)

Follow-up Comment #13, bug #63930 (project octave):

Thank you for your answer,

I agree that changing the encoding seems to solve the problem even for binary
files.

But I assume that your proposal is only a workaround and that the problem will
be corrected soon. Right?

What's the point of having the best computation software, if the results
cannot be output reliably?

And regarding binary files, from my point of view, write operations should not
be dependent on the encoding. The following simple code should always output
the same file, but the result depends on the encoding.

file = 'file_251.bin';
fid = fopen(file, 'w');
fwrite(fid, 251);
f_error = fclose(fid);





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63930>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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