summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-05-28 21:47:59 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-05-28 21:47:59 +0300
commit133826f5022c5b0d9beca9285d66afcb604e2fc4 (patch)
treee0db7eb923ce791b7fd07fdb600223367d861a8e /plugins
parentdde86dfdd2b45e57de18b5a1b7a4852036c87ed2 (diff)
NewsAggregator: correct version of 774 code
Diffstat (limited to 'plugins')
-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"&#235;", L"ë"); //euml
result.Replace(L"&#246;", L"ö"); //ouml
result.Replace(L"&#382;", L"ž"); //Latin Small Letter Z With Caron
- result.Replace(L"и&#774;", L"й"); //Combining Breve
+ result.Replace(L"&#774;", L"˘"); //Combining Breve
result.Replace(L"&#769;", L"´"); //Combining Acute Accent острое ударение
result.Replace(L"&#1123;", L"ѣ"); //Cyrillic Small Letter Yat
result.Replace(L"&#8203;", L"");