I tried to use LATIN1 for the database encoding, now the sorting of the
umlauts is working. I do not know a lot about encodings and localization
so that might be a dumb question, but: Isn't it possible to use UNICODE
encoding and get localized sorting?
Nethertheless i never managed to get a german output for that:
test=# select to_char(now(),'DAY');
to_char
-----------
FRIDAY
(1 Zeile)
I might mention that german sorting and output in unix commands like
"sort" and "date" is working ok.
Ciao, peter