BUG #2155: problem with UNICODE and KOI8

From: "Vic" <vic(at)stream(dot)net(dot)ua>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2155: problem with UNICODE and KOI8
Date: 2006-01-06 22:13:07
Message-ID: 20060106221307.92AD3F0A32@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2155
Logged by: Vic
Email address: vic(at)stream(dot)net(dot)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 )

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ian Harding 2006-01-07 03:34:19 Re: Reordering columns in a table
Previous Message Scott Ribe 2006-01-06 21:28:15 Re: Reordering columns in a table