Changes between Initial Version and Version 1 of Ticket #2603, comment 21


Ignore:
Timestamp:
2014-02-26T21:21:22Z (11 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2603, comment 21

    initial v1  
    22> There is no world in which \n followed by \r is a newline, so the case for '\n' doesn't seem right.  But that's not the problem.
    33
    4 You mean except old-world Mac?
     4You mean except old-world Mac? (Or wait, that was only \r?)
    55
    66Anyway, the problem is the logic that if old strlen is same as new strlen, we don't need to run the algorithm. `"abc\r\n"` => `"abc\\\n"`