On Jan 06 10:13, Vic wrote:
> Database have enconding UNICODE.
> Client have KOI8,
> "lower" function not convert to lower case any russian worlds,
> but english words convertable:
This is a known problem related with multi-byte characters. There's
a submitted patch pending for a complete review.
Tom Lane wrote:
> OK, got it. Patch for 8.1 is attached if you need it.
> Thanks for the test case.
Wow, thanks for the quick work. But since I can solve the problem with NOT
NULL constraints directly on the column I will wait for the next release to
test it (I don't have the source on my ma
The following bug has been logged online:
Bug reference: 2155
Logged by: Vic
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.5
Operating system: FreeBSD 6.0
Description:problem with UNICODE and KOI8
Details:
Database have enconding UNICODE.
Client have KOI8