QTfrontend/game.cpp
changeset 74 42257fee61ae
parent 55 e09f7c952a40
child 80 3c3dc6a148ca
--- a/QTfrontend/game.cpp	Mon Jul 03 17:46:58 2006 +0000
+++ b/QTfrontend/game.cpp	Sat Jul 08 21:40:03 2006 +0000
@@ -360,7 +360,7 @@
 		str = stream.readLine();
 		if (str.startsWith(";") || (str.length() > 254)) continue;
 		str.prepend("e");
-		SendIPC(str.toLocal8Bit());
+		SendIPC(str.toUtf8());
 	}
 	teamcfg.close();
 }