Hi list,
can anyone tell me why the characters with accents are not changed by lower and upper? Is it a bug, or should I configure anything else than the db encoding???
thanks in advance, Peter
tpa=# select getdatabaseencoding();
getdatabaseencoding
---------------------
LATIN2
(1 row)
tpa=# select upper('árvíztűrő tükörfúrógép aeiou');
upper
------------------------------
áRVíZTűRő TüKöRFúRóGéP AEIOU
(1 row)
tpa=# select lower('ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP AEIOU');
lower
------------------------------
ÁrvÍztŰrŐ tÜkÖrfÚrÓgÉp aeiou
(1 row)