Re: Win32 unicode vs ICU

From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Win32 unicode vs ICU
Date: 2005-08-22 13:49:16
Message-ID: 7FDA7CFE72CE5A0A78CBE4D4@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

--On måndag, augusti 22, 2005 09.19.58 -0400 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:

> Palle Girgensohn wrote:
>> > I feel it makes sense to apply the smaller patch in any case, so that
>> > there's a Win32 solution not requiring ICU (ie, I can't see an argument
>> > for doing (2) rather than (3)).
>> >
>> > Comments?
>>
>> I don't mind either way, but while Win32 will work with Magnus' patch,
>> FreeBSD won't; it needs the ICU patch to work. OTH, I maintain the
>> FreeBSD port where I already have the patch as an ("experiemental")
>> option. Not every FreeBSD user uses the ports system, though.
>>
>> So, it is a question whether FreeBSD's unicode support is important or
>> not, I guess? Win32 will work both ways.
>
> How is FreeBSD's Unicode support broken? I was not aware of that.

FreeBSD has no unicode collation support. Hence the need for ICU.

/Palle

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-08-22 13:57:58 Re: [HACKERS] PostgreSQL 8.0.3 and Ipv6
Previous Message Michael Adler 2005-08-22 13:30:23 Re: Sleep functions

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-08-22 13:57:58 Re: [HACKERS] PostgreSQL 8.0.3 and Ipv6
Previous Message Bruce Momjian 2005-08-22 13:19:58 Re: Win32 unicode vs ICU