Re: unaccent extension missing some accents - Mailing list pgsql-hackers

From Florian Pflug
Subject Re: unaccent extension missing some accents
Date
Msg-id F963BC6D-1D4B-4F0F-BE60-1D209D1BF526@phlo.org
Whole thread Raw
In response to unaccent extension missing some accents  (J Smith <dark.panda+lists@gmail.com>)
Responses Re: unaccent extension missing some accents
List pgsql-hackers
On Nov7, 2011, at 17:46 , J Smith wrote:
> On Mon, Nov 7, 2011 at 11:12 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> If OS X's UTF8 locales weren't so thoroughly broken (eg sorting does not
>> work), I might be tempted to try to do it that way, but I still fail
>> to see the point.  After reviewing the code I feel that unaccent needs
>> to be fixed because it's not consistent with the other tsearch config
>> file parsers, and not so much because it works or doesn't work on any
>> specific platform.
> 
> Yeah, I never knew there was such a problem with OSX and UTF8 before
> running into it here but it's good to know.

Various issues with OSX and UTF-8 locales seems to come up quite often, yet
we're not really in a position to do anything about them.

Thus, I think we should warn about these issues and save people the trouble
of finding out about this the hard way. The only question is, what would be
a good place for such a warning?

best regards,
Florian Pflug



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: btree gist known problems
Next
From: J Smith
Date:
Subject: Re: unaccent extension missing some accents