summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewsAggregator/Src/Utils.cpp')
-rw-r--r--plugins/NewsAggregator/Src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp
index ca9349a454..f0554bd27f 100644
--- a/plugins/NewsAggregator/Src/Utils.cpp
+++ b/plugins/NewsAggregator/Src/Utils.cpp
@@ -467,7 +467,7 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message)
result.Replace(L"ë", L"ë"); //euml
result.Replace(L"ö", L"ö"); //ouml
result.Replace(L"ž", L"ž"); //Latin Small Letter Z With Caron
- result.Replace(L"й", L"й"); //Combining Breve
+ result.Replace(L"̆", L"˘"); //Combining Breve
result.Replace(L"́", L"´"); //Combining Acute Accent острое ударение
result.Replace(L"ѣ", L"ѣ"); //Cyrillic Small Letter Yat
result.Replace(L"​", L"");