Re: lower and unicode

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: Miroslav Šulc <miroslav(dot)sulc(at)startnet(dot)cz>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: lower and unicode
Date: 2005-03-14 09:40:12
Message-ID: 42355BFC.4080409@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,
I am uusing pg 8.0.1 on FreeBSD 5.3 but I am ready t use the version
taht supports correct unicode.

regards,
ivan.

Miroslav Šulc wrote:

> Are you using PostgreSQL on Windows? If so, you should read the FAQ
> here http://pginstaller.projects.postgresql.org/FAQ_windows.html#2.6.
>
> On Windows, UNICODE (UTF8) is not supported because Windows natively
> supports only UTF16 (I'm just repeating something I have read somewhere).
>
> Miroslav
>
> pginfo wrote:
>
>> Hi ,
>>
>> I tested the lower with unicode on 8.0.1 and find it not to work.
>> If I have only latin symbols it is working well, but if I try to use
>> also cyrillic the lower simpli ignore this symbols and all stay as is.
>> I readet that this will work on 8.x .
>> Exists some one using lower/upper + unicode and where can I find info
>> about unicode status with pg?
>>
>> regards,
>> ivan.
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 2: you can get off all lists at once with the unregister command
>> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2005-03-14 10:32:26 Re: How to cast VARCHAR to BYTEA and vice-versa?
Previous Message PFC 2005-03-14 09:02:08 Re: Newbie wonder...