TagString: remove ISO-Latin-1 fallback

MPD handles all strings in UTF-8 internally.  Those decoders which
read Latin-1 tags are supposed to implement the conversion, instead of
passing Latin-1 to TagBuilder::AddItem().  FixTagString() is simply
the wrong place to do that, and hard-coding Latin-1 is kind of
arbitrary.
This commit is contained in:
Max Kellermann
2014-10-10 20:53:08 +02:00
parent f618065f7c
commit f445b0178a
2 changed files with 2 additions and 14 deletions

1
NEWS
View File

@@ -69,6 +69,7 @@ ver 0.19 (not yet released)
- allow playlist directory without music directory
- use XDG to auto-detect "music_directory" and "db_file"
* add tags "AlbumSort", "MUSICBRAINZ_RELEASETRACKID"
* disable global Latin-1 fallback for tag values
* new resampler option using libsoxr
* ARM NEON optimizations
* install systemd unit for socket activation