mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
154 stars 66 forks source link

Can't search Arabic words with Arabic diacritics #183

Open anasram opened 8 years ago

anasram commented 8 years ago

When I try to search for a simple Arabic word (a word without Arabic diacritics), It doesn't recognize the matched words if they had diacritics.

As a matter of fact, Arabic diacritics issue is supposed to be treated the way case sensitivity being treated in Latin characters.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34211947-can-t-search-arabic-words-with-arabic-diacritics?utm_campaign=plugin&utm_content=tracker%2F1179776&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1179776&utm_medium=issues&utm_source=github).
avidseeker commented 1 month ago

Firefox has a good Arabic search support within text and HTML documents that contain diacritics. You can check it e.g on Arabic WikiSource

The algorithm or regex Firefox uses for this might be useful for implementing it here.