http://d.puremagic.com/issues/show_bug.cgi?id=4555
Nick Sabalausky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Sabalausky <[email protected]> 2013-03-21 08:03:08 PDT --- The 'write' function converts \n to \r\n on windows (And therefore also converts \r\n to \r\r\n). Is it possible this problem is *just* write and not readText at all? Try converting all of the 'write' into 'stdout.rawWrite'. Also, since windows command line displays *both* \n and \r\n as single newlines, your test should redirect the output to a file, and then examine the result in either a hex editor or a code editor that supports displaying line-ending characters (such as Programmer's Notepad 2). I suspect this issue may simply be the same as #9776: http://d.puremagic.com/issues/show_bug.cgi?id=9776 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
