Re: BUG #18362: unaccent rules and Old Greek text
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Thomas Munro <thomas.munro@gmail.com>, Robert Haas <robertmhaas@gmail.com>
Cc: 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-21T12:04:59Z
Lists: pgsql-bugs
On 18.05.24 11:36, Thomas Munro wrote: >>> WARNING: duplicate source strings, first one will be used >>> >>> so it will need to adjustments in how the rules are produced. >> >> OK. Does anyone want to look into that? > > I think the problem is that the new "simple redirection" rule from the > Unicode database produces some values that are also present in > Latin-ASCII.xml, and these are all tolerated as long as the "from" and > "to" strings both match, because we uniquify them as pairs. But there > is one pair where the "to" string is different, resulting in this > clash: > > ℌ x > ℌ H > > I think the first line might actually be a bug in CLDR data. I dunno, > but this just doesn't look right: > > ℌ → x ; # 210C;BLACK-LETTER CAPITAL H (compat) > > And in the tests I now see that Michael had already figured that out! > I've included a kludge to remove that. Someone should file a ticket with CLDR. Done: https://unicode-org.atlassian.net/browse/CLDR-17656
Commits
-
Add simple codepoint redirections to unaccent.rules.
- 18501841bcb4 18.0 landed