pgsql: Produce HISTORY file consistently as ASCII

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Produce HISTORY file consistently as ASCII
Date: 2011-06-19 20:30:39
Message-ID: E1QYOdj-0003dk-1x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Produce HISTORY file consistently as ASCII

The release notes may contain non-ASCII characters (for contributor
names), which lynx converts to the encoding determined by the current
locale. The get output that is deterministic and easily readable by
everyone, we make lynx produce LATIN1 and then convert that to ASCII
with transliteration for the non-ASCII characters.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7ec70f46c676f2f40615cad818ecc2a975698321

Modified Files
--------------
doc/src/sgml/Makefile | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-06-19 20:45:21 Re: [COMMITTERS] pgsql: Make external_pid_file world readable
Previous Message Peter Eisentraut 2011-06-19 20:30:31 pgsql: Produce HISTORY file consistently as ASCII