BUG #2448: Incorrect UTF-8 ILIKE behaviour (similar to #2261)
В списке pgsql-bugs по дате отправления:
| От | Ryszard Lach |
|---|---|
| Тема | BUG #2448: Incorrect UTF-8 ILIKE behaviour (similar to #2261) |
| Дата | |
| Msg-id | 200605220854.k4M8soM3092195@wwwmaster.postgresql.org обсуждение |
| Список | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2448
Logged by: Ryszard Lach
Email address: rla@debian.org
PostgreSQL version: 8.1.3
Operating system: Debian
Description: Incorrect UTF-8 ILIKE behaviour (similar to #2261)
Details:
I'm sorry if it is a duplicate of Bug #2261, I couldn't find a postgresql
bug tracking system, so could not check its status.
My environment:
initdb launched in LANG=pl_PL.UTF-8
database in UTF-8
I don't know how to quote polish letters here, so let's say I have a letter
'x' which is oacute and has polish upper case counterpart 'X' (upper-case
oacute).
Testing queries are:
select 'x' like lower('X');
returns true, and
select 'x' ilike 'X';
returns false.
First query proves that there is correct mapping between 'x' and 'X'
available, so why the second one cannot use it?
R.
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера