Re: [BUGS] BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-25 Thread Zdenek Kotala
Valentine Gogichashvili napsal(a): Hi, Hi I understand, that it is more a feature, but it does not help me anyways... On the UNICODE databases lower and upper functions are using system locale settings (that cannot be changed after initializing DB?) and does not know anything about UNICODE

Re: [BUGS] BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-21 Thread Alvaro Herrera
Valentine Gogichashvili escribió: > On 8.2.3 database with LC_CTYPE set to en_EN, lower() function is actually > corrupting UTF8 data, lowering UTF8 control bytes... I did have a chance to > check if how it works on the 8.3 as I do not have any db instance with the > LC_CTYPE set to en_EN. I don'

[BUGS] BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-21 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 4319 Logged by: Valentine Gogichashvili Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: SuSE Linux (kernel 2.6.13-15.11-default) Description:lower()/upper() does not know about UNIC