summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com>2017-10-24 18:31:06 +0300
committerKirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com>2017-10-24 18:34:40 +0300
commitf7c14153a93f88e4f21d03503daa8af75c3330e8 (patch)
tree7ded92d71a7d2b51d2e22ade2a7e1618034b1d70 /plugins
parent2335c2083a8e8f7e62121c9a343fe6c6ec0c0478 (diff)
Newsaggregator: auml added to replace table
Diffstat (limited to 'plugins')
-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 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"&#163;", L"£"); //pound
result.Replace(L"&#178;", L"²"); //sup2
+ result.Replace(L"&#228;", L"ä"); //auml
result.Replace(L"&#235;", L"ë"); //euml
result.Replace(L"&#246;", L"ö"); //ouml
result.Replace(L"&#382;", L"ž"); //Latin Small Letter Z With Caron