I have a Urdu word "\xd9\x84\xd8\xa7\xd8\xb9\xd9\x84\xd9\x85" and more similar words. How can I split the word that I get "\xd9\x84\xd8\xa7" and "\xd8\xb9\xd9\x84\xd9\x85" separately in an array? I have tried converting the words to unicode characters, but I can,t detect the break between "\xd9\x84\xd8\xa7" and "\xd8\xb9\xd9\x84\xd9\x85".
\n\nEnglish words can be easily separated based on spaces, but I am stuck on separating Urdu words, where there are no spaces.
\n