BUG #2155: problem with UNICODE and KOI8 - Mailing list pgsql-bugs

From Vic
Subject BUG #2155: problem with UNICODE and KOI8
Date
Msg-id 20060106221307.92AD3F0A32@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #2155: problem with UNICODE and KOI8
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: Re: BUG #2146: ECPG, cursros and conditional compilations...
Next
From: "John Supplee"
Date:
Subject: Re: BUG #2144: Domain NOT NULL constraints ignored in rules