]> git.sesse.net Git - vlc/commit
posix: drop support for non-UTF-8 operating systems
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Mar 2012 18:46:09 +0000 (20:46 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Mar 2012 20:12:44 +0000 (22:12 +0200)
commitbc032f3ca6dc189d41d0e3ba2daf9e4030b62a77
treef3e18f7cafd44327daf7ef616896b2b6b58929ba
parent7f3120af8fb80008ee5683c51c36cd5022797b8b
posix: drop support for non-UTF-8 operating systems

This patch also removes support for legacy encodings:
 - in taglib, in the non-Windows code paths,
 - in the Internationalized Domain Names resolved (only glibc) and
 - in the GNOME VFS module.

Support for translation from/to UTF-8 was disabled by default 20 months
ago, and scheduled for removal, 14 months ago.
bin/cachegen.c
modules/access/gnomevfs.c
modules/meta_engine/taglib.cpp
src/network/getaddrinfo.c
src/posix/darwin_dirs.c
src/posix/dirs.c
src/posix/filesystem.c
src/posix/plugin.c