Re: BUG #15548: Unaccent does not remove combining diacritical characters
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Hugh Ranalli <hugh@whtc.ca>, Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Daniel Verite <daniel@manitou-mail.org>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2019-01-28T07:26:29Z
Lists: pgsql-bugs, pgsql-hackers
On Mon, Jan 28, 2019 at 7:45 PM Michael Paquier <michael@paquier.xyz> wrote: > You are registered as a reviewer and committer of the last patch of > this thread: > https://commitfest.postgresql.org/21/1924/ > > Are you planning to look at it or should I jump in? I have not looked > at the patch status in depth yet. Thanks for the reminder. I looked at this a couple of weeks ago when you ping me off-list, but I see we're still waiting for a rebase. Hugh, can you please post a new patch? The approach looks right to me (simply replace the composing diacritics with nothing), so if you post a new version I'll double check with that test case I came up with earlier, and then I'll be happy to commit it. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Fix unaccent generation script in Windows
- 0afc0a784188 13.0 landed
-
Add combining characters to unaccent.rules.
- 456e3718e7b7 12.0 landed
-
Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml
- e1c1d5444e43 12.0 landed
-
unaccent: Make generate_unaccent_rules.py Python 3 compatible
- 3d59da9ccdb9 12.0 landed
-
Convert unaccent tests to UTF-8
- b6f3649bba98 12.0 landed