Hi there!
I have a Problem with a DB that was created in UNICODE
* createdb -E UNICODE
and actually shows that it _is_ in UNICODE.
i was able to input data and can read it and everything is fine.
but when i want to "ORDER BY ..." it does not sort the german Umlauts at the
correct postition.
should be:
m n o ö p
and is:
ö a b c d
I have tried starting postgres with LC_ALL=de_AT.utf8@euro
locale but that did not help.
what xould i do?
regs,
klaus