From: Karl O. Pinc Date: Thu, 10 Oct 2024 19:43:49 +0000 (-0500) Subject: Improve explaination of EOL normalization X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=824a02cc81740a7e4450c2865be40fcaa0e7d00a;p=pgwui_sql Improve explaination of EOL normalization --- diff --git a/src/pgwui_sql/templates/sql_edit.mak b/src/pgwui_sql/templates/sql_edit.mak index a95fcec..43ca831 100644 --- a/src/pgwui_sql/templates/sql_edit.mak +++ b/src/pgwui_sql/templates/sql_edit.mak @@ -176,7 +176,7 @@

The different EOL sequences of linefeed, carriage return, and carriage return + line feed, are all normalized to linefeed before submission to the server. - The normalization of EOL sequences to linefeeds, also known as + This normalization of EOL sequences to linefeeds, also known as newlines, is consistent with the HTML standard.

Normalization is needed to ensure a consistent user experience. The text entered in