]> git.saurik.com Git - wxWidgets.git/commit
Support encodings in wxGTK_CONV_BACK() in the same way as we do it in
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Feb 2007 15:41:56 +0000 (15:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Feb 2007 15:41:56 +0000 (15:41 +0000)
commit30083ad8e7c0eb9ea3dcf4f2588149eeb7fe3e32
tree39c8a315d63f152dd9622a7f086864b909c7bddc
parentc0da0dbabf2d3cf8e1a76a2c82608822d15d0625
Support encodings in wxGTK_CONV_BACK() in the same way as we do it in
wxGTK_CONV(), i.e. return the string containing text in ISO-8859-1 encoding
and not UTF-8 if the controls font was set to have ISO-8859-1 encoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/private.h
src/gtk/aboutdlg.cpp
src/gtk/font.cpp
src/gtk/menu.cpp
src/gtk/utilsgtk.cpp
src/gtk/window.cpp
src/unix/fontutil.cpp