postgresql/contrib/unaccent
Peter Eisentraut 16686a853f Fix Python deprecation warning
Starting with Python 3.14, contrib/unaccent/generate_unaccent_rules.py
complains

    DeprecationWarning: codecs.open() is deprecated. Use open() instead.

This makes that change.  This works for all Python 3.x versions.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org
2026-03-06 10:31:59 +01:00
..
expected Add simple codepoint redirections to unaccent.rules. 2024-07-05 15:25:31 +12:00
sql unaccent: Add support for quoted translated characters 2023-09-20 12:29:36 +09:00
.gitignore Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
generate_unaccent_rules.py Fix Python deprecation warning 2026-03-06 10:31:59 +01:00
Makefile unaccent: Tweak value of PYTHON when building without Python support 2023-09-27 14:40:23 +09:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05: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.c Replace pg_mblen() with bounds-checked versions. 2026-02-09 12:44:04 +13:00
unaccent.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
unaccent.rules Add simple codepoint redirections to unaccent.rules. 2024-07-05 15:25:31 +12:00