summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"£", 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