BUG #2155: problem with UNICODE and KOI8

Поиск
Список
Период
Сортировка
От Vic
Тема BUG #2155: problem with UNICODE and KOI8
Дата
Msg-id 20060106221307.92AD3F0A32@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2155: problem with UNICODE and KOI8  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2155
Logged by:          Vic
Email address:      vic@stream.net.ua
PostgreSQL version: 8.0.5
Operating system:   FreeBSD 6.0
Description:        problem with UNICODE and KOI8
Details:

Database have enconding UNICODE.
Client have KOI8,
"lower" function not convert to lower case any russian worlds, but english
words convertable:


acct=> \encoding KOI8
acct=> select lower('Проверка');
  lower
----------
 Проверка
(1 запись)

acct=> select lower('Test');
 lower
-------
 test
(1 запись)

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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: BUG #2146: ECPG, cursros and conditional compilations...
Следующее
От: "John Supplee"
Дата:
Сообщение: Re: BUG #2144: Domain NOT NULL constraints ignored in rules