]> granicus.if.org Git - postgresql/commit
Make unaccent handle all diacritics known to Unicode, and expand ligatures correctly
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 4 Sep 2015 09:51:53 +0000 (12:51 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 4 Sep 2015 09:51:53 +0000 (12:51 +0300)
commit1bbd52cb9a4aa61a7dd751f5d1f7b44650d6122a
treecb52d878702e901529ce383c60ded775c7c76435
parent4aec49899e5782247e134f94ce1c6ee926f88e1c
Make unaccent handle all diacritics known to Unicode, and expand ligatures correctly

Add Python script for buiding unaccent.rules from Unicode data. Don't
backpatch because unaccent changes may require tsvector/index
rebuild.

Thomas Munro <thomas.munro@enterprisedb.com>
contrib/unaccent/generate_unaccent_rules.py [new file with mode: 0644]
contrib/unaccent/unaccent.rules