Re: BUG #15548: Unaccent does not remove combining diacritical characters
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Hugh Ranalli <hugh@whtc.ca>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, thomas.munro@enterprisedb.com, Daniel Verite <daniel@manitou-mail.org>, pgsql-bugs@lists.postgresql.org
Date: 2019-01-28T06:45:45Z
Lists: pgsql-bugs, pgsql-hackers
Thomas, On Thu, Jan 10, 2019 at 03:09:45PM +0900, Michael Paquier wrote: > OK, committed then. I have yet to study yet the other part of the > proposal regarding diatritical characters. Patch 3 has a conflict for > the regression tests, so a rebase would be needed. That's not a big > deal though to resolve the conflict. I am also a bit confused by the > newly-generated unaccent.rules. Why nothing shows up for the second > column (around line 414 for example)? Shouldn't we have mapping > characters? 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. -- Michael
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