Page 1 of 1

NEWLINE = ? on Mac (Safari and Chrome)

Posted: Fri Dec 20, 2019 10:35 am
by TaterJuice
I have Mac users are reporting newlines and carriage returns are becoming question marks in uploaded data.

I can reproduce this:
Test newline
test newline
test newline
test newline

Code: Select all

new TextBox();
//paste text from mac
new WebClient().UploadString(copiedAndPastedTextWithNewLineFromMac);
//Read text on server: "Test newline?test newline?test newline?test newline"


This happens on BOTH Safari AND Chrome on Mac.

Some users say it happens AS they are typing. I cannot reproduce this.