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:
Ove Kaaven
1999-06-14 14:51:25 +00:00
parent 627fe5e8ab
commit 002f42185d
8 changed files with 26 additions and 22 deletions

View File

@@ -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 );