Re: Dealing with CRLF in Rust printing
Michael D Kinney
Hi Ayush,
toggle quoted message
Show quoted text
Your proposal looks right to me. If \r is printed from Rust, it should not be modified. Only if a \n is printed from Rust should it be expanded to \r\n. So your example of '\r\r\n' from Rust would be expanded to '\r\r\r\n'. Mike -----Original Message----- |
|