[Github-comments] [geany/geany] Right to left text and security (Issue #2981)
Alessandro Vesely
notifications at xxxxx
Fri Nov 5 09:47:25 UTC 2021
What about a popup warning about unsupported characters in the file to be opened, and offering to either remove them or abort editing?
AFAIK its just four code points:
RLO (U+202E): treat the following text as right-to-left
LRI (U+2066): treat the following text as left-to-right, without affecting the surrounding text
RLI (U+2067): treat the following text as right-to-left, without affecting the surrounding text
PDI (U+2069): terminate the most recent LRI or RLI
--
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-961756399
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211105/ff89a3cd/attachment.htm>
More information about the Github-comments
mailing list