diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-05-28 20:33:18 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-05-28 20:33:18 +0300 |
commit | dde86dfdd2b45e57de18b5a1b7a4852036c87ed2 (patch) | |
tree | 2779071b79a69377c909268d064dd7de85762fbc /plugins/NewsAggregator/Src | |
parent | 46cb763bffdbd1d2feea6d27344c48d16a511745 (diff) |
NewsAggregator: replace one more symbol
Diffstat (limited to 'plugins/NewsAggregator/Src')
-rw-r--r-- | plugins/NewsAggregator/Src/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index f14b246d62..ca9349a454 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -468,7 +468,7 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message) 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 Acute Accent острое ударение
+ result.Replace(L"́", L"´"); //Combining Acute Accent острое ударение
result.Replace(L"ѣ", L"ѣ"); //Cyrillic Small Letter Yat
result.Replace(L"​", L"");
result.Replace(L"‎", L""); //lrm
|