From f7c14153a93f88e4f21d03503daa8af75c3330e8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 24 Oct 2017 18:31:06 +0300 Subject: Newsaggregator: auml added to replace table --- plugins/NewsAggregator/Src/Utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/NewsAggregator/Src') diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index f0554bd27f..70777be57d 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -464,6 +464,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"ë"); //euml result.Replace(L"ö", L"ö"); //ouml result.Replace(L"ž", L"ž"); //Latin Small Letter Z With Caron -- cgit v1.2.3