Re: [GENERAL] Re: Latin2 and Unicode problems

2001-04-22 Thread Tatsuo Ishii
> Sorry then. Well, I tested two cases: > - pg compiled only with enable locale and iso8859-2 works > - pg compiled with locale, enable unicode and unicode conversion doesn't > work as it should. > > > That's because locale support (--enable-locale) does not consider > > about the Unicode suppor

Re: [GENERAL] Re: Latin2 and Unicode problems

2001-04-20 Thread Grzegorz Mucha
> I'm confused. Did you enable the locale support only? Sorry then. Well, I tested two cases: - pg compiled only with enable locale and iso8859-2 works - pg compiled with locale, enable unicode and unicode conversion doesn't work as it should. > That's because locale support (--enable-locale) d

Re: [GENERAL] Re: Latin2 and Unicode problems

2001-04-20 Thread Tatsuo Ishii
> Well, I didn't state it correctly, then. When I use iso8859-2, Postgres is > compiled with --enable-locale only (though compiling it with UNICODE > support, then creating database with ISO encoding works fine - sorting, > upper/lower case conversion). I'm confused. Did you enable the locale

[GENERAL] Re: Latin2 and Unicode problems

2001-04-19 Thread Grzegorz Mucha
Well, I didn't state it correctly, then. When I use iso8859-2, Postgres is compiled with --enable-locale only (though compiling it with UNICODE support, then creating database with ISO encoding works fine - sorting, upper/lower case conversion). However, when creating db with Unicode, no matt