mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
force UTF-8 database
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
{
|
||||
fail('database already exists ('.CONST_Database_DSN.')');
|
||||
}
|
||||
passthru('createdb '.$aDSNInfo['database']);
|
||||
passthru('createdb -E UTF-8 '.$aDSNInfo['database']);
|
||||
}
|
||||
|
||||
if ($aCMDResult['create-db'] || $aCMDResult['all'])
|
||||
|
||||
Reference in New Issue
Block a user