When requesting a user’s timeline using GET user_timeline.json resource URL, the text parameter doesn’t contain information about the writing direction of the text. So, if the text was Arabic, for example, I would like to display it RTL using the \u202b UTF-8 character.
Note that the Twitter for Mac application handles Arabic RTL alignment perfectly.
Thanks.