A look at terminal emulators, part 1: more on bidi and such
A look at terminal emulators, part 1: more on bidi and such
Posted Apr 10, 2018 13:24 UTC (Tue) by pjm (guest, #2080)In reply to: A look at terminal emulators, part 1: more on bidi and such by tzafrir
Parent article: A look at terminal emulators, part 1
While rendering rtl text left to right does make that text very slow to read, it does at least have the advantage that it's clear what the logical order is (avoiding the ls problem referred to above), so I would often prefer the ltr approach when using a terminal. However, I'll grant that this is only viable because I don't use an rtl locale for LC_MESSAGES.
(I wonder, is there any value in the Mongolian solution, i.e. rotating the text so that everything is written top-to-bottom instead of either ltr or rtl ? 90°-rotated text is still a bit slower to read than unrotated text, but much quicker than reading ltr isolated-form letters for arabic script.)
