]> git.sesse.net Git - vlc/commit
* ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
authorChristophe Massiot <massiot@videolan.org>
Mon, 29 Aug 2005 16:34:32 +0000 (16:34 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 29 Aug 2005 16:34:32 +0000 (16:34 +0000)
commit78270dd35467a3900c606ba4771356d7f2d366d0
treecca57e51c08d13abdcb6b6e37ef585ec3d7fd7e2
parent647629301346a2fe256aabef7983abe782ad363e
 * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
   that under Win32 psz_homedir points to Application Data directory
   whereas psz_homedir points to the user's directory.
 * modules/control/http/util.c: When the target charset isn't UTF-8,
   manually convert Unicode quotes to ASCII quotes (yes this is ugly
   but libiconv doesn't handle it).
include/configuration.h
include/main.h
include/vlc_symbols.h
modules/control/http/util.c
src/libvlc.c
src/misc/configuration.c