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 )