Something went wrong while setting issue due date.
CRLF is \n or \r\n?
Closed
CRLF is \n or \r\n?
Created by: dvkt
It seems like we have two different definitions, is that accurate? If so which is preferred?
https://github.com/Lartu/ldpl/blob/master/src/ldpl_lib.cpp#L16 is \n
https://github.com/Lartu/ldpl/blob/master/src/ldpl.cpp#L283 is \r\n
Created by: Lartu
I think this https://github.com/Lartu/ldpl/blob/master/src/ldpl_lib.cpp#L16 is a leftover from the past that should be deleted. The correct CRLF definition is the one on ldpl.cpp line 283,
\r\n
.
Please register or sign in to reply