UNICODE lower/upper problems

From: xayk <postgresql(at)xayk(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: UNICODE lower/upper problems
Date: 2002-08-28 14:22:35
Message-ID: 1030544555.10942.2.camel@kya
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I have a problem with lower/upper functions.
It seems that the lower function modifies some of the unicode
characters(german, hungarian, romanian) and the upper case function
modifies other(hindi).

When i say modifies i don't mean it transforms the the character in it's
lower/upper form. It simply transforms some of the characters into
mush(the charaters are distorted or transformed to "")

To test this i used one special character on each record and used
"SELECT x, LOWER(x), UPPER(x) FROM test_unicode"
Anyhow... i attached the dump so you can test it yourself.

What do you think is the problem?

Thanks,
xayk

Attachment Content-Type Size
unknown_filename text/html 1.7 KB

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruno Wolff III 2002-08-28 17:05:33 Re: c.h needed in Pg.c
Previous Message xayk 2002-08-28 14:21:33 UNICODE lower/upper problems