aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2011-10-22 00:57:30 +0600
committerMax Kellermann <max@duempel.org>2011-10-23 16:29:58 +0200
commit6452461c3903139c7bbed3d1eb2705bf1dde656f (patch)
tree284609d9fc9c0ff512f26bc0aa721995618e2634 /NEWS
parentc30c46cd5f0d1f857fc38a335ca499cc024e0c80 (diff)
downloadmpd-6452461c3903139c7bbed3d1eb2705bf1dde656f.tar.gz
mpd-6452461c3903139c7bbed3d1eb2705bf1dde656f.tar.xz
mpd-6452461c3903139c7bbed3d1eb2705bf1dde656f.zip
path: autodetect filesystem encoding on Win32
WinAPI explicitly declares filesystem encoding. It can be determined by GetACP(). Use that instead of Glib routine that always "detects" UTF-8 on Win32, which is incorrect for MPD case.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2bd52da4..f91548813 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.16.6 (2010/??/??)
* event_pipe: fix WIN32 regression
* define WINVER in ./configure
+* WIN32: autodetect filesystem encoding
ver 0.16.5 (2010/10/09)