]> git.sesse.net Git - vlc/commit
Fix conversion from locale to wxWidgets' Unicode
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 8 Mar 2005 17:11:08 +0000 (17:11 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 8 Mar 2005 17:11:08 +0000 (17:11 +0000)
commitfe33d793cd38194654f2048fb2a55fe15a93dc4e
treeafc86859808a0a521358955275fbe9ba45137512
parent1fa17793e89ae92d163d60b0d25342ac517df08a
Fix conversion from locale to wxWidgets' Unicode
(the documentation for wxWidgets 2.5.3 is wrong :
 wxConvCurrent (which does not work) does not point
 to wxConvLibc nor wxConvLocal (which both work))

It is now possible to use wxvlc with non UTF-8 locale.
Previously, any text item with non-ASCII character in it would be
blank.
modules/gui/wxwindows/wxwindows.h