Re: equal operator fails on two identical strings if initdb

From: Kent Tong <kent(at)cpttm(dot)org(dot)mo>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: equal operator fails on two identical strings if initdb
Date: 2004-11-24 10:39:53
Message-ID: 41A464F9.3030502@cpttm.org.mo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Peter Eisentraut wrote:
>>Here is a test (run in pgadmin III):
>>1. createdb db1 -E Unicode
>
>
> Probably your locale does not support Unicode. You need to pick an
> encoding that matches your locale or vice versa.

Is there any way to check?
I have other programs reading and writing Unicode on this
computer without problems.

>>BTW, the locale for traditional chinese in postgresql.conf is
>>set to "traditional-chinese" literally. Shouldn't it be
>>zh_TW?
>
>
> That depends on what locale names the Windows operating system
> understands.

Are you using the locale routines in mingw?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-11-24 11:41:27 BUG #1328: psql don't accept some valid PGCLIENTENCODING values
Previous Message Peter Eisentraut 2004-11-24 10:06:22 Re: equal operator fails on two identical strings if initdb uses the traditional chinese locale