diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-17 13:22:48 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-17 13:22:48 +0900 |
commit | a1fa4d54e25934b4e14b06a77199f93dfb7d8e21 (patch) | |
tree | 9665ed709ac58ff738cb514bbdcd62b438da1b27 | |
parent | e3d5874b99c628470b9c35f59d49bfe09c3ff1b1 (diff) | |
download | ampache-a1fa4d54e25934b4e14b06a77199f93dfb7d8e21.tar.gz ampache-a1fa4d54e25934b4e14b06a77199f93dfb7d8e21.tar.bz2 ampache-a1fa4d54e25934b4e14b06a77199f93dfb7d8e21.zip |
modified tag broken problems
-rw-r--r-- | config/ampache.cfg.php.dist | 5 | ||||
-rw-r--r-- | lib/class/vainfo.class.php | 2 |
2 files changed, 4 insertions, 3 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" diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index feec24ef..6b2c9e67 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -159,7 +159,7 @@ class vainfo { * This function just sets up the class, it doesn't * actually pull the information * - * @todo Some mp3 is still broken... + * @todo Some mp3 is still broken... I think this is related to mb_detect_order(). * @param string $file filename * @param string $encoding Default encode character set * @param string $encoding_id3v1 Default id3v1 encode character set |