From b03560b5b3e67366819149209bf4103994e068f4 Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Wed, 26 Nov 2014 23:32:46 +0000 Subject: [PATCH] utf8 dammit --- rudict/rudict/http/request_handler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rudict/rudict/http/request_handler.cpp b/rudict/rudict/http/request_handler.cpp index d26d0e6..b96c2c5 100644 --- a/rudict/rudict/http/request_handler.cpp +++ b/rudict/rudict/http/request_handler.cpp @@ -1,4 +1,4 @@ -// +// // request_handler.cpp // ~~~~~~~~~~~~~~~~~~~ // @@ -64,7 +64,7 @@ namespace http { std::wstring requestedStr = UTF8to16(request_path.c_str()); /* - requestedStr = L" : " + requestedStr; + requestedStr = L"Вы запросили: " + requestedStr; rep.content = UTF16to8(requestedStr.c_str());