I hate windows. This probably fixes text.
authornemo
Tue, 24 Dec 2013 16:58:49 -0500
changeset 9846 4dc7cb571e1d
parent 9844 8f5b48525a03
child 9847 d19a8831d46a
child 9850 c14c5e2f9d69
I hate windows. This probably fixes text.
QTfrontend/ui/page/pagemain.cpp
--- a/QTfrontend/ui/page/pagemain.cpp	Tue Dec 24 15:55:22 2013 -0500
+++ b/QTfrontend/ui/page/pagemain.cpp	Tue Dec 24 16:58:49 2013 -0500
@@ -183,6 +183,7 @@
         QFile file(tipFile);
         file.open(QIODevice::ReadOnly);
         QTextStream in(&file);
+        in.setCodec("UTF-8");
         QString line = in.readLine();
         int tip_platform = 0;
         while (!line.isNull()) {