]> git.openstreetmap.org Git - nominatim.git/commit
send charset again in content-type when returning json
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 23 Aug 2023 18:55:57 +0000 (20:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 23 Aug 2023 18:55:57 +0000 (20:55 +0200)
commita9edd57fe28021e3526e6787a43eda4dd3b84125
tree4899aa88ecaa3bf349dc0d97dafeef9fc100e989
parent517a0cb67397949f3c377e8d7f93bcb239929967
send charset again in content-type when returning json

There are quite a few applications out there that will use some local
encoding when the charset is not explicitly given.
nominatim/api/v1/server_glue.py
test/python/api/test_server_glue_v1.py