From 84802068209feabd52ae9b801abee0605c151241 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 14 Jan 2018 16:14:28 +0300 Subject: NewsAggregator: added replace symbol --- plugins/NewsAggregator/Src/Utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index 4a92551688..367ae54538 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -468,6 +468,7 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message) result.Replace(L"ë", L"ë"); //euml result.Replace(L"ö", L"ö"); //ouml result.Replace(L"ž", L"ž"); //Latin Small Letter Z With Caron + result.Replace(L"ʙ", L"ʙ"); //latin letter small capital b result.Replace(L"̆", L"˘"); //Combining Breve result.Replace(L"́", L"´"); //Combining Acute Accent острое ударение result.Replace(L"ο", L"ό"); // greek small letter omicron with tonos -- cgit v1.2.3