I'm shocked to see \r\n→\n translation being defended without any reasoning.
Why are we doing it at all?

“\r\n => \n transformation is done consistently” consistently what? And why?
Even .IO.lines splitting on \r\n is wrong because it cuts \r that may be part
of the data (which is fine in the middle of a line, but not on the end).

On 2017-09-25 05:14:26, c...@zoffix.com wrote:
> Some discussion from IRC: https://irclog.perlgeek.de/perl6-dev/2017-
> 09-25#i_15212848

Reply via email to