pgsql: Produce HISTORY file consistently as ASCII

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Produce HISTORY file consistently as ASCII
Дата
Msg-id E1QYOdb-0003dO-L7@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/811f1cec8cd39d426a824223e3c4a6fa5b0f856e

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add REL9_1_STABLE to the set of branches tracked by git_changelo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Produce HISTORY file consistently as ASCII