Use utf8_str(), not mb_str(), for strings passed to GTK+.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Sep 2012 10:49:22 +0000 (10:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Sep 2012 10:49:22 +0000 (10:49 +0000)
commit3fce0e64806d68067b4987c6756ab905a33c9b8d
tree308f12ee4fa37cde6b4ccb7cf4c2831ba0e47bd1
parentd2fd6629831b1b25e739f73cdc2157eed840f273
Use utf8_str(), not mb_str(), for strings passed to GTK+.

All GTK+ strings must be encoded in UTF-8, not whichever encoding the current
locale happens to use.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/utilsgtk.cpp