Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars
Дата
Msg-id 23560.1022302566@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars  (Henry House <hajhouse@houseag.com>)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> The string case manipulation functions lower(), upper(), & initcap()
> have no effect on non-ASCII characters in the argument, such as æ, å,
> ø, ä, etc. ASCII chars in the argument are properly up- or down-cased.
> The database encoding is UTF-8.

lower/upper-casing is driven by locale, not encoding.

Unfortunately you didn't mention anything about your locale setup...

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars