Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE
Дата
Msg-id 7835.1180379707@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE  ("Florian Wunderlich" <fwunderlich@factor3.de>)
Ответы Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE  (Florian Wunderlich <fwunderlich@factor3.de>)
Список pgsql-bugs
"Florian Wunderlich" <fwunderlich@factor3.de> writes:
> The following commands are
> used in a file encoded in iso-8859-1:

> set client_encoding='utf-8';
> select upper('äöü');

Isn't that pilot error, plain and simple?  You told the machine your
input is in utf8, not latin1.

            regards, tom lane

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

Предыдущее
От: "Greg Quinn"
Дата:
Сообщение: Vista always prompts for password on createdb.exe
Следующее
От: Florian Wunderlich
Дата:
Сообщение: Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE