postgresql/contrib/unaccent
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files
We currently have several sets of files generated from data provided
by Unicode.  These all have ad hoc rules and instructions for updating
when new Unicode versions appear, and it's not done consistently.

This patch centralizes and automates the process and makes it part of
the release checklist.  The Unicode and CLDR versions are specified in
Makefile.global.in.  There is a new make target "update-unicode" that
downloads all the relevant files and runs the generation script.

There is also a new script for generating the table of combining
characters for ucs_wcwidth().  That table is now in a separate include
file rather than hardcoded into the middle of other code.  This is
based on the script that was used for generating
d8594d123c, but the script itself wasn't
committed at that time.

Reviewed-by: John Naylor <john.naylor@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/c8d05f42-443e-6c23-819b-05b31759a37c@2ndquadrant.com
2020-01-09 10:08:14 +01:00
..
expected Add combining characters to unaccent.rules. 2019-02-01 15:23:01 +01:00
sql Add combining characters to unaccent.rules. 2019-02-01 15:23:01 +01:00
.gitignore Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
Makefile Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
generate_unaccent_rules.py Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
unaccent--1.0--1.1.sql Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent--1.1.sql Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:37 +02:00
unaccent.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
unaccent.control Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent.rules Add combining characters to unaccent.rules. 2019-02-01 15:23:01 +01:00