Subject Re: charsets, collations and function upper
Author peter_jacobi.rm
Hi camel1cz, all,

> The problem is, that the result of function upper is not as I'm
> expecting... it looks like it's processing only characters w/o
> diacritics... the case of all characters with diacritics is still the
> same...

Yes, the uppercasing in the default collation of 8859-2
isn't that good, to put it mildly.

For all 8859-* (other than 8859-1, where things are mostly
working), and for UTF8 (UNICODE_FSS), UNICODE default upper-
and lowercasing should be implimented and <language>_<country>
collations, too.

I have plans to work in that direction, but can't make any
promises yet.

The good news for you, is that we a) want to port our App to
Firebird and b) we need to support 8859-2 too.

Regards,
Peter Jacobi