UNICODE lower/upper problems

Поиск
Список
Период
Сортировка
От xayk
Тема UNICODE lower/upper problems
Дата
Msg-id 1030544555.10942.2.camel@kya
обсуждение исходный текст
Список 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



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: problems_with_installation
Следующее
От: xayk
Дата:
Сообщение: UNICODE lower/upper problems