[Github-comments] [geany/geany] Right to left text and security (Issue #2981)

elextr notifications at xxxxx
Fri Nov 5 09:36:10 UTC 2021


This is not something Geany can do anything about.

Right to left text is not supported by the Scintilla editing widget on the GTK backend used by Geany.  As its documentation says:

"Scintilla only correctly displays bidirectional text on some platforms. Currently, there is experimental support for bidirectional text on Win32 using DirectWrite and on macOS using Cocoa."

and even on those platforms

"bidirectional features are experimental and incomplete"

Exactly how bidirectional text displays in Scintilla is undefined on GTK backends and any behaviour is luck from the behaviour of system libraries (Pango for example).

Essentially users copying text from untrusted sources need to be careful.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2981#issuecomment-961749708
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211105/f9d9dc59/attachment.htm>


More information about the Github-comments mailing list