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

From J Smith
Subject Re: unaccent extension missing some accents
Date
Msg-id CADFUPgcFVsSBMjAXdy74bv=PJ9bs9eJtqGQQT3_Pyp9LPPmYvA@mail.gmail.com
Whole thread Raw
In response to Re: unaccent extension missing some accents  (J Smith <dark.panda+lists@gmail.com>)
Responses Re: unaccent extension missing some accents
List pgsql-hackers
Alright, I wrote up another patch that uses strchr to parse out the
lines of the unaccent.rules file, foregoing sscanf completely.
Hopefully this looks a bit better than using swscanf.

As for the other problems with isspace and such on OSX, it might be
worth looking at the python portability fixes. I played briefly with
the isspace and friends macros they have and they looked okay, but I
certainly can't speak for how well they'd work for the rest of the
PostgreSQL code base.

Cheers.

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: -Wcast-qual cleanup, part 1
Next
From: Pavan Deolasee
Date:
Subject: Re: Storing hot members of PGPROC out of the band