]> git.sesse.net Git - vlc/commit
Qt: fix an utf8 encoding issue in the recents menu
authorLudovic Fauvet <etix@videolan.org>
Thu, 15 Dec 2011 00:21:13 +0000 (01:21 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Dec 2011 00:42:30 +0000 (01:42 +0100)
commit49571193a5311674483608cd91811ef23f8f0391
tree19e156aaa340ed98d93e6db59308039e53e43573
parent60cff20c351db4bde6eb6ed5696fce92d54bc3bb
Qt: fix an utf8 encoding issue in the recents menu

The MRL received from a drag & drop was not converted correctly to an
URI (using toURI) before being saved into the configuration. This was
causing multi bytes characters to be serialized in UTF8 (\x????) and be
given as-is to decode_URI which is not able to decode them.
Close #5662

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/main_interface.cpp