Re: BUG #15548: Unaccent does not remove combining diacritical characters
Hugh Ranalli <hugh@whtc.ca>
From: Hugh Ranalli <hugh@whtc.ca>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Michael Paquier <michael@paquier.xyz>, 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-28T20:26:12Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- 03-generate_unaccent_rules-remove-combining-diacritical-accents-02.patch (text/x-patch) patch
On Mon, 28 Jan 2019 at 02:27, Thomas Munro <thomas.munro@enterprisedb.com> wrote: > 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. > Hi Thomas, My apologies; I hadn't realised I was supposed to do this. A rebased version of patch 03 is attached. Let me know if you have any questions or need any changes. Best wishes, Hugh
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