Compare chinese words

Поиск
Список
Период
Сортировка
От oclam
Тема Compare chinese words
Дата
Msg-id 022c01c2588d$7aed4bc0$0a01a8c0@oclam
обсуждение исходный текст
Список pgsql-general
Hi,
 
I'm a new user of PostgreSQL. I wrote the following statement to compare 2 Chinese words if they are the same :
 
 SELECT '黃'='李';
 
(
    For those who cannot read Chinese, can use the following statement : 
        SELECT (chr(182) || chr(192))=(chr(167) || chr(245));
)
 
I expected it will return false to me, but it return true.
Can anyone help me to solve this? Thx.
 
oclam

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

Предыдущее
От: jerome
Дата:
Сообщение: getting column names for tables..
Следующее
От: Brett Schwarz
Дата:
Сообщение: Re: getting column names for tables..