Kornelije wrote:
> I'm using PostgreSQL and my database contains Croatian Characters
> (ccz...).... so when I pose a query, and I use order by clause, the
> result is not sorted properly.....
You need to initdb your database with the proper locale (hr_HR,
probably). Also, choose the right encoding to go along with the locale
(LATIN2?).