pgsql: Now that we have non-Latin1 SGML detection, restore Latin1 chars

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Now that we have non-Latin1 SGML detection, restore Latin1 chars
Date: 2024-12-03 22:10:11
Message-ID: E1tIb5v-000y1w-2H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Now that we have non-Latin1 SGML detection, restore Latin1 chars

This reverts the change in commit 641a5b7a144 that converted them to
HTML entities.

Reported-by: Peter Eisentraut

Discussion: https://postgr.es/m/Z05ssoVheWI-rqax@momjian.us

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b318a168a5830770722c501d7db0607649b3c33

Modified Files
--------------
doc/src/sgml/charset.sgml | 10 +++++-----
doc/src/sgml/stylesheet-man.xsl | 12 ++++++------
2 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-12-03 23:28:03 pgsql: Fix Makefile so invalid characters warning preserves error code
Previous Message Jeff Davis 2024-12-03 19:55:37 pgsql: Move check for ucol_strcollUTF8 to pg_locale_icu.c