diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 97af47c7..322df511 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -634,6 +634,7 @@ use_rss = true ;mb_detect_override = true ;Custom mb_detect_order -;list comma separated -;DEFAULT: auto +;list comma separated, available encodings are listed on php.net. +;see http://php.net/manual/mbstring.supported-encodings.php +;DEFAULT: auto (use your php.ini) ;mb_detect_order = "EUC-JP, SJIS, eucJP-win, SJIS-win, JIS, ISO-2022-JP, ASCII, UTF-8, UTF-7" |