aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-10 20:53:08 +0200
committerMax Kellermann <max@duempel.org>2014-10-10 20:53:08 +0200
commitf445b0178ab84ec1484df9de4bd10663819efcc6 (patch)
tree96b949eccf116b57d0ef0d621114217327f172ff /NEWS
parentf618065f7c797aae190912295bbe5ff73760dbe1 (diff)
downloadmpd-f445b0178ab84ec1484df9de4bd10663819efcc6.tar.gz
mpd-f445b0178ab84ec1484df9de4bd10663819efcc6.tar.xz
mpd-f445b0178ab84ec1484df9de4bd10663819efcc6.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 17fc56209..75f995222 100644
--- a/NEWS
+++ b/NEWS
@@ -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