The Unicode handling fixes my app seemed to need.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -662,6 +662,8 @@ int wxEntry( int argc, char *argv[] )
|
||||
{
|
||||
gtk_set_locale();
|
||||
|
||||
if (!wxOKlibc()) wxConv_current = &wxConv_local;
|
||||
|
||||
gtk_init( &argc, &argv );
|
||||
|
||||
wxSetDetectableAutoRepeat( TRUE );
|
||||
|
Reference in New Issue
Block a user