Re: [PATCH] Completed unaccent dictionary with many missing characters - Mailing list pgsql-hackers

From Przemysław Sztoch
Subject Re: [PATCH] Completed unaccent dictionary with many missing characters
Date
Msg-id 9bb4b652-d830-7760-7ce4-17952fb7f023@sztoch.pl
Whole thread Raw
In response to Re: [PATCH] Completed unaccent dictionary with many missing characters  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [PATCH] Completed unaccent dictionary with many missing characters  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Replica Identity check of partition table on subscriber
Next
From: Maxim Orlov
Date:
Subject: Re: Custom tuplesorts for extensions