diff options
author | Kirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com> | 2017-11-03 09:07:10 +0300 |
---|---|---|
committer | Kirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com> | 2017-11-03 09:07:10 +0300 |
commit | a816a8c0659ae9fdfb277b80a35b501777f5f29e (patch) | |
tree | a7c2549e85a6d14e6c1da6a4fac08f7374b567db /plugins | |
parent | f0b51e56350d4fe4bb32fc150737d1bb4b137988 (diff) |
NewsAggregator: greek o 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 70777be57d..c456ef21d9 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -470,6 +470,7 @@ LPCTSTR ClearText(CMStringW &result, const wchar_t *message) 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"ό"); // greek small letter omicron with tonos
result.Replace(L"ѣ", L"ѣ"); //Cyrillic Small Letter Yat
result.Replace(L"​", L"");
result.Replace(L"‎", L""); //lrm
|