Re: [PATCH] Completed unaccent dictionary with many missing characters

Przemysław Sztoch <przemyslaw@sztoch.pl>

From: Przemysław Sztoch <przemyslaw@sztoch.pl>
To: Michael Paquier <michael@paquier.xyz>
Cc: Thomas Munro <thomas.munro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2022-06-23T12:10:42Z
Lists: pgsql-hackers

Attachments

Michael Paquier wrote on 23.06.2022 06:39:
>>> That'd leave just DEGREE CELSIUS and DEGREE FAHRENHEIT.  Not sure how
>>> to kill those last two special cases -- they should be directly
>>> replaced by their decomposition.
>>>
>>> [1] https://unicode-org.atlassian.net/browse/CLDR-11383
>> I patch v3 support for cirilic is added.
>> Special character function has been purged.
>> Added support for category: So - Other Symbol. This category include
>> characters from special_cases().
> I think that we'd better split v3 into more patches to keep each
> improvement isolated.  The addition of cyrillic characters in the
> range of letters and the removal of the sound copyright from the
> special cases can be done on their own, before considering the
> original case tackled by this thread.
> --
> Michael
The only division that is probably possible is the one attached.

-- 
Przemysław Sztoch | Mobile +48 509 99 00 66

Commits

  1. Simplify a bit the special rules generating unaccent.rules