Revision dbda14c2
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
65 | 65 |
# and "en" (English, not perfect) are available. |
66 | 66 |
language = de |
67 | 67 |
|
68 |
# The database charset. Must match the encoding of the database cluster you want to |
|
69 |
# connect to. (Used on the shell command to create a database "pg_createcluster". Option "-e <encoding>".) |
|
70 |
dbcharset = UTF-8 |
|
71 |
|
|
72 | 68 |
[features] |
73 | 69 |
# Activate certain optional features and modules. |
74 | 70 |
webdav = 0 |
Auch abrufbar als: Unified diff
Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt