diff options
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 367ae54538..2f180e9c14 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -473,6 +473,7 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message) result.Replace(L"́", L"´"); //Combining Acute Accent острое ударение
result.Replace(L"ο", L"ό"); // greek small letter omicron with tonos
result.Replace(L"ѣ", L"ѣ"); //Cyrillic Small Letter Yat
+ result.Replace(L"Ҝ", L"Ҝ"); //cyrillic capital letter ka with vertical stroke
result.Replace(L"​", L"");
result.Replace(L"‎", L""); //lrm
result.Replace(L"‏", L""); //rlm
|