diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index e81db2a5..e7ccbf8b 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -257,6 +257,15 @@ max_upload_size = "10485760" # DEFAULT: iso-8859-1 site_charset = iso-8859-1 +# Locale Charset +# In some cases this has to be different +# in order for XHTML and other things to work +# This is disabled by default, enabled only +# if needed. It's specifically needed for Russian +# so that is the default +# Default: cp1251 +#lc_charset = cp1251 + ########################################################## # Public Registration settings, defaults to disabled |