These are emojis, and the first one seems to be [Sunrise Over Mountains](https://emojiterra.com/sunrise-over-mountains/) (check the Microsoft version of it). There are no ways of disabling those in Geany. They are legitimate characters in the file, that just happen to render like graphics because the font looks like that.
Options I can think of: * Just remove them. * Use Scintilla's [character representation API](https://scintilla.org/ScintillaDoc.html#CharacterRepresentations) to either not display them, or display them as something else (this feature is not directly available in Geany, this would require e.g. a plugin) * Select a font that does not support Emojis (but it's highly likely the platform will then select a fallback font that does) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4584#discussioncomment-17283873 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4584/comments/[email protected]>
