diff options
author | Max Kellermann <max@musicpd.org> | 2017-10-18 10:05:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-10-18 10:05:26 +0200 |
commit | 9703a401c5ac3f679503b845805fe24db22c458c (patch) | |
tree | e0e481f9dd315c1b8ed065c7a024c4d9a740bb24 /NEWS | |
parent | 753a2aa4622b2a116b510ae1ea41b3898c425955 (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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |