GNOME Bugzilla – Bug 790147
build: Drop data-to-c.pl in favour of data-to-c.py
Last modified: 2017-11-10 11:50:08 UTC
Simple patch attached.
Created attachment 363318 [details] [review] build: Drop data-to-c.pl in favour of data-to-c.py The Python version was added for the Meson build, but we might as well use it from autotools too, since it does exactly the same thing as the Perl version (modulo not including a trailing linebreak, but that doesn’t matter). Works fine with Python 2.7 or Python 3. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Review of attachment 363318 [details] [review]: Looks good to me
Cheers! Just gen-unicode-tables.pl, tests/gen-casefold-txt.pl and tests/gen-casemap-txt.pl to go now. Attachment 363318 [details] pushed as 1897e66 - build: Drop data-to-c.pl in favour of data-to-c.py