Re: prevent encoding conversion recursive error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: prevent encoding conversion recursive error
Дата
Msg-id 11566.1123555887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: prevent encoding conversion recursive error  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: prevent encoding conversion recursive error  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
I wrote:
> This does not look real easy to fix.  Who's up for reimplementing
> gettext and a few other pieces from scratch?

However, I did find


http://gnu.miscellaneousmirror.org/software/libc/manual/html_node/Charset-conversion-in-gettext.html#Charset-conversion-in-gettext

which leads to the question "why aren't we using
bind_textdomain_codeset() to tell gettext what character set it should
produce"?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: prevent encoding conversion recursive error
Следующее
От: yuanjia lee
Дата:
Сообщение: Allow WAL information to recover corrupted pg_controldata patch