From 93e1d9adcdb44594375663aaae4c3c3f13728c8c Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Mon, 9 Nov 2015 15:25:12 -0800 Subject: [PATCH] - try this if its better for special chars --- source/glest_game/game/chat_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/game/chat_manager.cpp b/source/glest_game/game/chat_manager.cpp index 30b9901c..aa0e8c5c 100644 --- a/source/glest_game/game/chat_manager.cpp +++ b/source/glest_game/game/chat_manager.cpp @@ -110,7 +110,7 @@ bool ChatManager::textInput(std::string inputText) { // this->text +=textToAdd; WString addText(textToAdd); - appendText(addText.cw_str(), false, false); + appendText(addText.cw_str(), true, true); updateAutoCompleteBuffer(); return true;