> "AKL" == Anatoly K Lasareff <[EMAIL PROTECTED]> writes:
AKL> The problem is: when database encoding and client encoding are
AKL> different then 'locale' features, such as 'upper' etc don't work. When these
AKL> two encodings are equal - all is OK.
I have partyally win this feature with
I use Postgres 7.1, FreeBSD 4.0
I configure, build and install it with:
./configure --enable-locale --enable-multibyte --with-perl
gmake
gmake install
initdb -E KOI8
The problem is: when database encoding and client encoding are
different then 'locale' features, such as 'upper' etc don't work.