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

From Bruce Momjian
Subject pgsql: Now that we have non-Latin1 SGML detection, restore Latin1 chars
Date
Msg-id E1tIb5v-000y1w-2H@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Move check for ucol_strcollUTF8 to pg_locale_icu.c
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix Makefile so invalid characters warning preserves error code