Recently while implementing the Mongolian script, I thought, maybe vertical text support should be added to Emacs too.
Vertical text is used in scripts like the CJK characters, Mongolian, Phags Pa, Ogham etc. Scripts like the CJK characters do not need to be rotated when written vertically and can be written either from ltr or rtl, while scripts like Mongolian are rotated and written from left to right.
So my questions are: Should this be done? If so, where should I start. How to correctly mix non vertical and vertical scripts in the same buffer, if it is even possible. Should this be a minor mode only?