<div dir="ltr">Hi,<div><br></div><div>I really appreciate QScintilla. Thanks for writing it and maintaining it!</div><div><br></div><div>I was wondering what the state of support for right-to-left languages like Arabic and Hebrew should be in QScintilla. (I don't see any mention of support in the documentation but I may be missing it!) I'm also wondering whether you plan to work to improve this support in the future. I see on the Scintilla website (1) that Scintilla has "limited experimental" support for these languages on Windows. I read this thread on GitHub (2) that shows that this support might be desirable for other projects than just mine. </div><div></div><div><br></div><div>Here's an issue that I'm having with right-to-left languages: </div><div>1. On a Windows 10 machine, install Hebrew or Arabic language support. </div><div>2. Build the example application that comes with QScintilla against Qt 5.15 and QScintilla 2.14.0 and run it.</div><div>3. Use Windows UI to switch your keyboard to Hebrew or Arabic.</div><div>4. Type "asdf" on your keyboard into the example application. Since your keyboard is in Arabic or Hebrew mode, this should type "شسيب" or "שדגכ". However, no text is visible.</div><div>5. Switch your keyboard back to English. </div><div>6. Type "asdf". Suddenly the Arabic or Hebrew text appears and you should see something like "שדגכasdf" </div><div><br></div><div>Is there something that I can do differently to make the right-to-left text appear immediately instead of only showing when there is also left-to-right text in the same box?<br></div><div><br></div><div>It seems likely that this issue happens on other versions of Qt and versions of Windows as well, but I haven't tested it yet.</div><div><br></div><div>Thank you!</div><div><br></div><div>Caleb</div><div><br></div><div>(1) <a href="https://www.scintilla.org/ScintillaDoc.html" target="_blank">https://www.scintilla.org/ScintillaDoc.html</a></div><div>(2) <a href="https://github.com/mu-editor/mu/issues/752" target="_blank">https://github.com/mu-editor/mu/issues/752</a> </div></div>