]> git.openstreetmap.org Git - nominatim.git/commit
fix: add utf-8 encoding in read-write files
authorSri CHaRan <sricharanchittineni@gmail.com>
Sun, 8 Feb 2026 13:44:57 +0000 (19:14 +0530)
committerSri CHaRan <sricharanchittineni@gmail.com>
Mon, 9 Feb 2026 19:08:40 +0000 (00:38 +0530)
commitf84b279540ebd03c12de5fb3d35489af11cfd1a9
treede101820ebcfbf083d8531b5b80bd08f78d613f9
parent67ecf5f6a0ebe3c7c346069adfb5330731e15158
fix: add utf-8 encoding in read-write files
22 files changed:
docs/mk_install_instructions.py
src/nominatim_db/tools/postcodes.py
src/nominatim_db/tools/refresh.py
test/bdd/test_osm2pgsql.py
test/python/api/search/test_postcode_parser.py
test/python/config/test_config.py
test/python/config/test_config_load_module.py
test/python/data/test_country_info.py
test/python/db/test_sql_preprocessor.py
test/python/db/test_utils.py
test/python/tokenizer/test_icu.py
test/python/tokenizer/test_icu_rule_loader.py
test/python/tools/conftest.py
test/python/tools/test_database_import.py
test/python/tools/test_freeze.py
test/python/tools/test_import_special_phrases.py
test/python/tools/test_postcodes.py
test/python/tools/test_refresh_address_levels.py
test/python/tools/test_refresh_create_functions.py
test/python/tools/test_refresh_wiki_data.py
test/python/tools/test_sp_wiki_loader.py
test/python/tools/test_tiger_data.py