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

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars
Дата
Msg-id 20020525042351.927C7475A77@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Henry House (hajhouse@houseag.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
lower(), upper(), & initcap() do not work on utf-8 chars

Long Description
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.


Sample Code
SELECT upper('æ');

No file was uploaded with this report

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

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