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
This commit is contained in:
Max Kellermann
2017-10-18 10:05:26 +02:00
parent 753a2aa462
commit 9703a401c5
3 changed files with 14 additions and 8 deletions

1
NEWS
View File

@@ -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)