Re: BUG #15548: Unaccent does not remove combining diacritical characters
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Hugh Ranalli <hugh@whtc.ca>
Cc: Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>,
thomas.munro@enterprisedb.com, Daniel Verite <daniel@manitou-mail.org>,
pgsql-bugs@lists.postgresql.org
Date: 2019-01-04T10:32:31Z
Lists: pgsql-bugs, pgsql-hackers
On 03/01/2019 19:19, Alvaro Herrera wrote: > I kinda agree with Peter that this is a fringe, rarely run program where > the python3 requirement is unlikely to be onerous, but since the 2/3 > compatibility is so little code, I would opt for keeping it for the time > being. We can remove it in a couple of years. OK, committed with the compat layer. I also fixed up sort-test.py for Python 3, so now everything in the source should support Python 3. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
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