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:21:33
Message-ID: 1030544490.10690.5.camel@kya
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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
AI_UNICODE.dump application/octet-stream 525 bytes

Browse pgsql-bugs by date

  From Date Subject
Next Message xayk 2002-08-28 14:22:35 UNICODE lower/upper problems
Previous Message Tom Lane 2002-08-28 13:33:48 Re: problems_with_installation