We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9381e28 commit 45f9645Copy full SHA for 45f9645
libgui/src/octave-gui.cc
@@ -159,6 +159,10 @@ namespace octave
159
QTextCodec::setCodecForLocale (QTextCodec::codecForName ("UTF-8"));
160
#endif
161
162
+#if defined (HAVE_QT4)
163
+ QTextCodec::setCodecForCStrings (QTextCodec::codecForName ("UTF-8"));
164
+#endif
165
+
166
// set windows style for windows
167
#if defined (Q_OS_WIN32)
168
qt_app.setStyle(QStyleFactory::create("Windows"));
0 commit comments