Re: BUG #18362: unaccent rules and Old Greek text
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Thomas Munro <thomas.munro@gmail.com>,
Cees van Zeeland <cees.van.zeeland@freedom.nl>, Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-bugs@lists.postgresql.org
Date: 2024-05-15T13:41:45Z
Lists: pgsql-bugs
On Wed, May 15, 2024 at 3:01 AM Peter Eisentraut <peter@eisentraut.org> wrote: > unaccent actually does both accent removal and ligature expansion. > (This is documented.) The cases you show above are ligature expansions. Ah. Searching the documentation of unaccent for the word ligature, I found where this is mentioned. But at the top of the page, it says only "unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes". Perhaps we should add a mention of ligature expansion there as well. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Add simple codepoint redirections to unaccent.rules.
- 18501841bcb4 18.0 landed