pgsql: Change Texinfo output to UTF-8

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change Texinfo output to UTF-8
Date: 2021-08-27 16:21:06
Message-ID: E1mJebK-0004tB-Ja@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change Texinfo output to UTF-8

Since the whole documentation tool chain is now UTF-8 and there is an
increasing number of non-ISO-8859-1 characters in the text, keeping
the Texinfo output in ISO 8859-1 just creates unnecessary
complications. Depending on the platform, there are conversion
failures and thus build failures, or weirdly converted characters. By
changing the output to UTF-8, the whole encoding conversion business
is sidestepped.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2799528d4f232f8d5fcbddb04629d73f7b342c9

Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-08-27 16:48:13 pgsql: vacuumlazy.c: Remove unnecessary parentheses.
Previous Message Tom Lane 2021-08-27 16:19:07 pgsql: Handle interaction of regexp's makesearch and MATCHALL more hone