]> git.sesse.net Git - vlc/commit
Fix the handling of string variable - store them as UTF-8 into the config variables...
authorAndré Weber <atmo@videolan.org>
Thu, 20 Mar 2008 20:17:48 +0000 (21:17 +0100)
committerAndré Weber <atmo@videolan.org>
Thu, 20 Mar 2008 20:20:36 +0000 (21:20 +0100)
commit61a056a7eb4b1190384432f31ba63d102e8d0230
tree5023895175888a3fab0fffbd06f526e132365267
parentbd2b3483d842cb04398d19a5d9b31ceca0e5c26e
Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected.
waveout.c forgott to convert string to UTF8 before storing in choice list
modules/audio_output/waveout.c
modules/gui/qt4/components/preferences_widgets.cpp