Thread: Locale bug?

Locale bug?

From
Václav Vozár
Date:
Hi,
 if I choose in new version 8.0 for win32 czech locales then lc-collate is czech_czech republic.1250. So I suppose that
stringsare compared by WIN1250 charset, but database encoding can't be set as WIN1250 (only ISO8859-2=LATIN2) and then
ORDERBY don't work correctly. I try make initdb myself, but locales cs_CZ.ISO8859-2 is wrong name. Where I find
suportedlocales with corect names? Or where is problem? Thx Vaclav Vozar