octave-maintainers
[Top][All Lists]
Advanced

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

MinGW isprint test


From: Rik
Subject: MinGW isprint test
Date: Tue, 28 Aug 2012 14:29:33 -0700

- mappers.cc: assert (isprint (charset), result) differs in column 10. 
\r\n versus \n line endings?

8/28/12

Philip,

This one should be easy to check.  Can you try the following at the command 
line?

isprint ("\n")
isprint ("\r")

On Unix systems these are both false.  It sounds like character 10 ("\n") may 
be considered printable no MinGW.

--Rik



reply via email to

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