Code

moved code to charset.c
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 17:00:35 +0000 (19:00 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 17:00:35 +0000 (19:00 +0200)
commitb693269fd9740a3074b84da5645f6bd9daa6486e
tree93c83052ce5dc35155542ebbed4b2286f2c2e69a
parenta3f209be26e588397f7b96de73fb86625c6d2bb8
moved code to charset.c

Move everything which deals with UTF-8 strings and character set
conversion to charset.c, header charset.h.
17 files changed:
src/Makefile.am
src/charset.c [new file with mode: 0644]
src/charset.h [new file with mode: 0644]
src/list_window.c
src/main.c
src/mpdclient.c
src/options.c
src/screen.c
src/screen_artist.c
src/screen_browser.c
src/screen_file.c
src/screen_search.c
src/strfsong.c
src/support.c
src/support.h
src/utils.c
src/wreadln.c