I have some documents encoded in UTF8, and contain non-English characters. for example I have a document in Arabic, a document in Urdu, and one in Persian (Farsi)
These documents contain some special characters like non-breaking space, zero width non-joiner space, non-breaking hyphen, and so on. I want to find and replace these special characters with space. How can I do this by Perl?