I have for example an Arabic string "يبسش" (sorry, I put the characters randomly), these are four Arabic characters and I want to get UTF8 codes of each one. But when I get the characters with an enumerator, I get the isolated form of each one instead the used form.
Is there a way to get the utf-8 codes of these characters with the used form?