Reverse rendering of Urdu fonts
- by Syed Muhammad Umair
I am working on a project that is based on Urdu language in Ubuntu platform. I'm using Python language and have almost achieved my task.
The problem is that, the Urdu text is rendered in reverse order.
For example, consider the word ??? (which means work)
consisting of the three letters:
? ,
? , and
?
The output is rendered in reverse order as ???
consisting of the three letters:
?,
?, and
?
When copying this text to Open Office or opening the generated XML file in Firefox,
the generated result is absolutely desired.
How can this problem be solved?