mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
fix: add utf-8 encoding in read-write files
This commit is contained in:
@@ -21,7 +21,7 @@ if [ "$*" = "--version" ]; then
|
||||
else
|
||||
echo "$@"
|
||||
fi
|
||||
""")
|
||||
""", encoding='utf-8')
|
||||
osm2pgsql_exec.chmod(0o777)
|
||||
|
||||
return dict(osm2pgsql=str(osm2pgsql_exec),
|
||||
|
||||
Reference in New Issue
Block a user