summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2018-03-15 11:37:22 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2018-03-15 11:37:22 +0300
commit6f49ccc655bdbb1ac53133921555727e697c2b64 (patch)
tree1d0f585f5218bd4431d8d4cfe09677507e775ece /plugins/NewsAggregator
parentdad59528ccd770301b29c7db8148ff8ab8e89c92 (diff)
NewsAggregator: added symbol to replace
Diffstat (limited to 'plugins/NewsAggregator')
-rw-r--r--plugins/NewsAggregator/Src/Utils.cpp1
1 files changed, 1 insertions, 0 deletions
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"&#163;", L"£"); //pound
result.Replace(L"&#178;", L"²"); //sup2
result.Replace(L"&#228;", L"ä"); //auml
+ result.Replace(L"&#233;", L"é"); //latin small letter e with acute
result.Replace(L"&#235;", L"ë"); //euml
result.Replace(L"&#246;", L"ö"); //ouml
result.Replace(L"&#382;", L"ž"); //Latin Small Letter Z With Caron