Re: BUG #18216: Unaccent function is unable to remove accents (diacritic signs) from Japanese character 'ド'
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: shailesh.totale@sailpoint.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-11-28T14:58:35Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes: > PostgreSQL's unaccent module does not use Unicode normalisation, but only a > simple search-and-replace dictionary. The dictionary, unaccent.rules > (https://github.com/postgres/postgres/blob/master/contrib/unaccent/unaccent.rules) > , does not contain these Japanese characters, thus its unable to remove > the diacritic signs. Can someone please guide when we can expect these > Japanese characters will be added. unaccent.rules, as distributed, is just an example. It is not meant to be exhaustive or authoritative. Feel free to add your own entries to your copy. regards, tom lane