Compare chinese words - Mailing list pgsql-general

From oclam
Subject Compare chinese words
Date
Msg-id 022c01c2588d$7aed4bc0$0a01a8c0@oclam
Whole thread Raw
List 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 by date:

Previous
From: jerome
Date:
Subject: getting column names for tables..
Next
From: Brett Schwarz
Date:
Subject: Re: getting column names for tables..