Ladsgroup added a comment.

computer stores and processes everything from left to right, no matter what 
language. But when it's showing them, it differs between RTL and LTR langugages.
e.g. this text is in an RTL language:
"עברית רי"
As you can see it's writing from left to right. More importantly in computer 
it's stored this way:
[0] = ע
[1] = ב
[2] = ר
[3] = י
[4] = ת
[5] = ' ' 
[6] = ר
[7] = י
but for showing them, due to unicode standard algorithm it starts from right 
and appends characters to left.


TASK DETAIL
  https://phabricator.wikimedia.org/T118076

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: XZise, Dalba, Aklapper, Yamaha5, jayvdb, pywikibot-bugs-list



_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to