Hey, is there a way to find out whether a tweet is displayed RTL (right-to-left) or LTR (left-to-right). I didn’t find anything in the api reply.
Thank you in advance.
I think this can be deduced from the tweet text itself, looking at the unicode character code points:
This is in JS but the character ranges are unicode so the same ones will work everywhere.
1 Like