Re: BUG #15548: Unaccent does not remove combining diacritical characters
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Hugh Ranalli <hugh@whtc.ca>, Michael Paquier <michael@paquier.xyz>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
thomas.munro@enterprisedb.com,
Daniel Verite <daniel@manitou-mail.org>,
pgsql-bugs@lists.postgresql.org
Date: 2019-01-03T18:22:24Z
Lists: pgsql-bugs, pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > I think the point is that if the committee updates with a further > version of the file, how do you find the new version? We need a URL > that's one step removed from the final file, so that we can see if we > need to update it. Maybe we can provide both URLs for convenience. +1. Could be phrased along the lines of "documents are at URL1, currently synced with URL2" so that it's clear that URL2 should be updated when we re-sync with a newer release. regards, tom lane
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