Code

mpdclient: expect UTF-8 strings
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 15:14:39 +0000 (16:14 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 15:14:39 +0000 (16:14 +0100)
commitc238364f6833320fee4256226af650347d5a751b
treec04fbb8f91e34dea95410290b941bee627e66c18
parent06aafa1328f50d247676c2eca488e53fa02c0dbd
mpdclient: expect UTF-8 strings

Don't convert the character set of strings to and from the current
locale.  This library cannot know what the strings are going to be
used for, so it should not mess with them.
src/main.c
src/mpdclient.c
src/mpdclient.h
src/screen_artist.c
src/screen_browser.c
src/screen_file.c
src/screen_play.c
src/screen_search.c