git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38676
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxGTK_CONV_SYS(s) wxGTK_CONV(s)
#define wxGTK_CONV_BACK(s) wxConvUTF8.cMB2WX(s)
#else
#define wxGTK_CONV_SYS(s) wxGTK_CONV(s)
#define wxGTK_CONV_BACK(s) wxConvUTF8.cMB2WX(s)
#else
// convert the text in given encoding to UTF-8 used by wxGTK
extern wxCharBuffer
wxConvertToGTK(const wxString& s,
// convert the text in given encoding to UTF-8 used by wxGTK
extern wxCharBuffer
wxConvertToGTK(const wxString& s,