From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/Boltun/src/Engine/TalkEngine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Boltun/src/Engine/TalkEngine.cpp') diff --git a/plugins/Boltun/src/Engine/TalkEngine.cpp b/plugins/Boltun/src/Engine/TalkEngine.cpp index 7d1ca265ed..8ab48cd075 100644 --- a/plugins/Boltun/src/Engine/TalkEngine.cpp +++ b/plugins/Boltun/src/Engine/TalkEngine.cpp @@ -1,5 +1,5 @@ //*********************************************************** -// Copyright © 2008 Valentin Pavlyuchenko +// Copyright © 2008 Valentin Pavlyuchenko // // This file is part of Boltun. // @@ -94,7 +94,7 @@ wstring TalkBot::GetInitMessage(MCONTACT contact) wstring TalkBot::ReplaceAliases(const wstring &message) { - const wchar_t dividers[] = L" \t\n\r,./?\\|;:'\"~!#^&*()_-+=[{]}—\1"; + const wchar_t dividers[] = L" \t\n\r,./?\\|;:'\"~!#^&*()_-+=[{]}—\1"; wstring sentence = message; wstring result; map sm; @@ -490,7 +490,7 @@ const Mind& TalkBot::GetMind() const void TalkBot::SplitAndSortWords(wstring sentence, vector& keywords, vector& otherwords, bool& isQuestion) { - const wchar_t dividers[] = L" \t\n\r,./?\\|;:'\"~!#^&*()_-+=[{]}—"; + const wchar_t dividers[] = L" \t\n\r,./?\\|;:'\"~!#^&*()_-+=[{]}—"; int len = (int)sentence.length(); vector words; map sm; -- cgit v1.2.3