diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index 07fadb9ea6..1bf0720c28 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -549,6 +549,8 @@ bool wxApp::Initialize() wxClassInfo::InitializeClasses(); wxSystemSettings::Init(); + + wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); // GL: I'm annoyed ... I don't know where to put this and I don't want to // create a module for that as it's part of the core. diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index 07fadb9ea6..1bf0720c28 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -549,6 +549,8 @@ bool wxApp::Initialize() wxClassInfo::InitializeClasses(); wxSystemSettings::Init(); + + wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); // GL: I'm annoyed ... I don't know where to put this and I don't want to // create a module for that as it's part of the core.