Remix.run Logo
Retr0id a day ago

But the preceding clause says it handles \r\n. If you're already handling \r\n, what remaining sources of \r are there, that you'd actually want to silently ignore?

inigyou 21 hours ago | parent [-]

Someone else (possibly you) already split on \n.

Retr0id 20 hours ago | parent [-]

Fair point. I think if something is getting mangled like that I'd rather fail loudly, but it depends on the use case I suppose.