in reply to Re^2: truncating form field input to 4000 characters
in thread truncating form field input to 4000 characters

I believe the line feeds from Windows is a "\r\n"

That also happens to be the line feed used by the HTTP protocol (officially, anyway -- most HTTP servers and clients will accept simple \n line feeds, but it's not 100% correct). Your web client is probably where the \r\n line feeds are coming from in this case, not necessarily Windows.

  • Comment on Re^3: truncating form field input to 4000 characters