"Arabic/RTL Text Support with BiDi Rendering" #9774
-
arabic text not displays disconnected
i have a working implementation ensures text renders
usage in the terminal for reading other language files even the " cat " command works great and can show the language in a right way . the integration i think will work with other languages but i have test only the arabic not the other languages i have some issues with the selecting the text with mouse in arabic ( RTL ) position . working on that I loved Ghostly and the community behind it so hopefully this will be in the " main repo !! " branch : https://github.com/commandlinetips/ghostty/tree/main
echo "Arabic: مرحبا (hello) - letters should connect"
- this showing the before and after
- this showing the arabic language in terminal using cat command .
- this showing writeeing arabic in claude code cli .
- this showing the terminal test with different position for the text .
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
there is already an accepted issue related to RTL (meaning PRs are welcome) I think before you open any PRs benchmarks would be appreciated to make sure LTR doesnt have a large performance impact, there are some benchmarks in the repo you can run im not sure how you are supposed to run them though |
Beta Was this translation helpful? Give feedback.




there is already an accepted issue related to RTL (meaning PRs are welcome)
#1442
I think before you open any PRs benchmarks would be appreciated to make sure LTR doesnt have a large performance impact, there are some benchmarks in the repo you can run im not sure how you are supposed to run them though