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
- unaccent-v4-cirilic-digits-dict.patch (text/plain) patch v4
- unaccent-v4-more-char-category.patch (text/plain) patch v4
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
-
Simplify a bit the special rules generating unaccent.rules
- e3dd7c06e627 16.0 landed