diff options
author | Kirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com> | 2017-10-24 18:31:06 +0300 |
---|---|---|
committer | Kirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com> | 2017-10-24 18:34:40 +0300 |
commit | f7c14153a93f88e4f21d03503daa8af75c3330e8 (patch) | |
tree | 7ded92d71a7d2b51d2e22ade2a7e1618034b1d70 /plugins | |
parent | 2335c2083a8e8f7e62121c9a343fe6c6ec0c0478 (diff) |
Newsaggregator: auml added to replace table
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewsAggregator/Src/Utils.cpp | 1 |
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"£", 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
|