summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-10-18 10:05:26 +0200
committerMax Kellermann <max@musicpd.org>2017-10-18 10:05:26 +0200
commit9703a401c5ac3f679503b845805fe24db22c458c (patch)
treee0e481f9dd315c1b8ed065c7a024c4d9a740bb24 /NEWS
parent753a2aa4622b2a116b510ae1ea41b3898c425955 (diff)
Playlist{File,Save}: always use UTF-8 in playlists on Windows
Turns out that using CP_ACP is a lousy idea, because only very few Unicode characters can be represented by it. Instead, switch to UTF-8 (which every sane person on other operating system already uses). Closes #102
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25bf749f5..2ad95f03d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ ver 0.20.11 (not yet released)
- gme: fix track numbering
* improve random song order when switching songs manually
* fix case insensitive search without libicu
+* fix Unicode file names in playlists on Windows
* fix endless loop when accessing malformed file names in ZIP files
ver 0.20.10 (2017/08/24)