[Issue 12493] std.file.readText doesn't convert Windows newlines correctly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 4 08:42:10 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12493
--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-04-04 18:42:03 EEST ---
If I redirect the output to a file, I get \r\r\n newlines, not \r\n\n. That
makes sense, I don't know where \r\n\n come from.
Consecutive \r symbols are a no-op, so I don't see why it would print empty
lines between text lines.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list