Re: Locale + encoding combinations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Locale + encoding combinations
Дата
Msg-id 200710100055.31624.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Locale + encoding combinations  (Dave Page <dpage@postgresql.org>)
Ответы Re: Locale + encoding combinations  (Dave Page <dpage@postgresql.org>)
Список pgsql-hackers
Dave Page wrote:
> setlocale(LC_CTYPE, "English_United Kingdom.65001")
>
> will return null (and not change anything) because it doesn't like
> the combination of the locale and that encoding (UTF-8).

The reason that that call fails is probably that the operating system 
does not provide such a locale.  But that's not what we are interested 
in.  We are interested in compatibility between *existing* operating 
system locales and *PostgreSQL* encoding names.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Skytools committed without hackers discussion/review
Следующее
От: David Fetter
Дата:
Сообщение: Re: Skytools committed without hackers discussion/review