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 252cd6b commit 5b29bccCopy full SHA for 5b29bcc
src/cegui/CEGUIUtils.cpp
@@ -24,7 +24,7 @@ QString stringToQString(const CEGUI::String& str)
24
25
CEGUI::String qStringToString(const QString& str)
26
{
27
- return CEGUI::String(str.toLocal8Bit().data());
+ return CEGUI::String(str.toUtf8().data());
28
}
29
30
// Returns a valid CEGUI widget name out of the supplied name, if possible. Returns empty string if
0 commit comments