Re: BUG #15548: Unaccent does not remove combining diacritical characters
Ramanarayana <raam.soft@gmail.com>
From: raam narayana <raam.soft@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Hugh Ranalli <hugh@whtc.ca>
Date: 2019-02-10T20:06:25Z
Lists: pgsql-bugs, pgsql-hackers
Hi, After the latest commit in master branch, I was trying to test the python script. Ironically I still see that the output from the script is completely different from the unaccent.rules file content. Am I missing anything.My testing includes the following Downloaded the following files http://unicode.org/Public/8.0.0/ucd/UnicodeData.txt http://unicode.org/cldr/trac/export/14746/tags/release-34/common/transforms/Latin-ASCII.xml Executed the below python script python generate_unaccent_rules.py --unicode-data-file UnicodeData.txt --latin-ascii-file Latin-ASCII.xml > unaccent.rules I am using python 3.7.1 and running on Windows 10 Platform The new status of this patch is: Needs review
Commits
-
Fix unaccent generation script in Windows
- 0afc0a784188 13.0 landed
-
Add combining characters to unaccent.rules.
- 456e3718e7b7 12.0 landed
-
Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml
- e1c1d5444e43 12.0 landed
-
unaccent: Make generate_unaccent_rules.py Python 3 compatible
- 3d59da9ccdb9 12.0 landed
-
Convert unaccent tests to UTF-8
- b6f3649bba98 12.0 landed