From 6f49ccc655bdbb1ac53133921555727e697c2b64 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 15 Mar 2018 11:37:22 +0300 Subject: NewsAggregator: added symbol to replace --- plugins/NewsAggregator/Src/Utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/NewsAggregator/Src/Utils.cpp') diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index 75bb109315..b6da7a9e0a 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -403,6 +403,7 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message) result.Replace(L"£", L"£"); //pound result.Replace(L"²", L"²"); //sup2 result.Replace(L"ä", L"ä"); //auml + result.Replace(L"é", L"é"); //latin small letter e with acute result.Replace(L"ë", L"ë"); //euml result.Replace(L"ö", L"ö"); //ouml result.Replace(L"ž", L"ž"); //Latin Small Letter Z With Caron -- cgit v1.2.3