]> git.openstreetmap.org Git - nominatim.git/commitdiff
Admin FAQ entry for UnicodeEncodeError
authormarc tobias <mtmail@gmx.net>
Mon, 29 Jul 2024 16:26:11 +0000 (18:26 +0200)
committermarc tobias <mtmail@gmx.net>
Mon, 29 Jul 2024 16:26:11 +0000 (18:26 +0200)
docs/admin/Faq.md

index 7730c6c5593b557291b0166746254f81549bfe07..efcd5741229fa20914c3328c88ef077a46c3aa9d 100644 (file)
@@ -142,6 +142,25 @@ Make sure you have the PostgreSQL extensions "hstore" and "postgis" installed.
 See the installation instructions for a full list of required packages.
 
 
 See the installation instructions for a full list of required packages.
 
 
+### UnicodeEncodeError: 'ascii' codec can't encode character
+
+Make sure that the operating system's locale is UTF-8. With some prebuilt
+images (e.g. LXC containers from Proxmox, see
+[discussion](https://github.com/osm-search/Nominatim/discussions/2343)) or
+images that optimize for size it might be missing.
+
+On Ubuntu you can check the locale is installed:
+
+```
+   grep UTF-8 /etc/default/locale
+```
+
+And install it using
+
+```
+   dpkg-reconfigure locales
+```
+
 ### I forgot to delete the flatnodes file before starting an import.
 
 That's fine. For each import the flatnodes file get overwritten.
 ### I forgot to delete the flatnodes file before starting an import.
 
 That's fine. For each import the flatnodes file get overwritten.