Remix.run Logo
bilekas 7 months ago

That's actually a really interesting case I had never considered. I actually just took it for granted that RTL in the console was a solved problem

owobeid 7 months ago | parent [-]

Not just in consoles. While RTL is solved for most cases, I generally avoid writing Arabic in code for example (hard-coded strings, regex, etc) and just use Unicode escape sequences. Some issues include ASCII punctuation appearing (visually) in the wrong order and very awkward text selection