10

I tried searching for this but came out empty-handed. Is it possible for me to get my terminal emulator to display right-to-left Unicode grapheme clusters properly?

Use case: I'm writing a script that outputs Arabic letters to the terminal and it's currently outputting the glyphs in reverse order, which messes up the way they're supposed to connect, making them visually difficult to read.

Joseph R.
  • 39,549

4 Answers4

9

I haven't used it as I don't speak Arabic, but this gets decent reviews: http://mlterm.sourceforge.net/

See also:

A Quick Primer on Unicode and Software Internationalization under Linux and Unix.

Joseph R.
  • 39,549
Mike Diehn
  • 1,008
4

konsole does and supports bidirectional writing

akiva
  • 196
2

konsole supports it as built-in, BUT on other terminal emulators, you need to install BiCon (bidirectional console).

Stephen Kitt
  • 434,908
1

GNOME Terminal version 3.34 supports right to left scripts, and so do other VTE-based emulators (e.g. Tilix, Terminator, Xfce Terminal, Guake...) if using VTE version 0.58.

egmont
  • 5,866