From 824a02cc81740a7e4450c2865be40fcaa0e7d00a Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 10 Oct 2024 14:43:49 -0500 Subject: [PATCH] Improve explaination of EOL normalization --- src/pgwui_sql/templates/sql_edit.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1