Wrong display of Arabic Language #714
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Arabic is RTL Language. but in Cool Retro Term words are displayed in reverse.
example:
the word 'مرحبا' displayed as: 'ابحرم'.
changing the font didn't help.
could you please fix this. I really want this terminal to be my default.
CRT uses a separately maintained fork of the QML port of qtermwidget (Konsole), which supports Bidirectional text, but this support is disabled by default.
Because the author doesn't seem to be active currently, I think it's best to explain how to enable it manually, until it's fixed upstream:
Update your system packages (
apt full-upgrade
for example). This ensures you don't have incompatible versions of libraries.Installs the dependencies in the build instructions for Linux or macOS.
Under the Compile heading, do the
git clone
andcd
commands, then beforeqmake
do this:Continue the instructions (
qmake
,make
, etc).Link (don't move) the resulting
cool-retro-term
to somewhere in your$PATH
.