> You either pre-process your files to strip some characters, or write a plugin > that either does this or use the character representation API to hide the > ranges you don't like.
It's been a LOOOONG time since I wrote any C (25+ years?) and even then it was just hobby level noodling. It might be an interesting project but I've forgotten waaaay too much. :-) Plus I've never even looked at what a Geany plugin is, technically. > However non-ASCII is pretty much everywhere nowadays (thankfully most of it > is Unicode, so at least it's not all encoding nonsense), so you probably will > have to live with it. Yet, you could use one I'd the above options to "clean" > some files when you want. Last time I looked at "wide characters" it was double byte stuff and I was reading about it in Petzold's book... been a while! LOL Thanks. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4584#discussioncomment-17290455 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4584/comments/[email protected]>
