diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-16 08:36:47 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-16 08:36:47 +0900 |
commit | 678cf4b6aa9d43cf73968a90c49e0a0db2c47fca (patch) | |
tree | 4b99215b8a8f1ee41b9aaff11d3b9cb905ff6a1f /config | |
parent | eaefadf5ab365b124d87cee89eff417e5bd7425a (diff) | |
download | ampache-678cf4b6aa9d43cf73968a90c49e0a0db2c47fca.tar.gz ampache-678cf4b6aa9d43cf73968a90c49e0a0db2c47fca.tar.bz2 ampache-678cf4b6aa9d43cf73968a90c49e0a0db2c47fca.zip |
try to get id3v2 tag!
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index e51a3c5e..4129e57f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -621,3 +621,19 @@ use_rss = true ; SMTP Password ; your mail auth password. ;mail_auth_pass = "" + +;############################# +; Multibyte Settings # +;############################# +;Use Iconv or not +;DEFAULT: false +use_iconv = false + +;Override mb_detect_order in php.ini or not +;DEFAULT: false +mb_detect_override = true + +;Custom mb_detect_order +;list comma separated +;DEFAULT: auto +mb_detect_order = "EUC-JP, SJIS, eucJP-win, SJIS-win, JIS, ISO-2022-JP, ASCII, UTF-8, UTF-7" |