> For the complete documentation index, see [llms.txt](https://docs.sync4.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sync4.de/faq/shops/gambio/umlaute-darstellung-im-gambio-shop.md).

# Umlaute Darstellung im Gambio Shop

Für das Protokoll (falls jemand mal so ein Problem haben sollte):

in der Datei:\
inc/xtc\_db\_connect.inc.php

von:

```
if ($$link) mysql_select_db($database);
```

in:

```
if ($$link) { mysql_select_db($database); mysql_query("SET NAMES 'latin1'"); }
```

geändert.

Jetzt klappt es wunderbar!

In der Datenbank stehen alle Tabellen auf: utf8\_general\_ci
