To pre-process files, you can easily use another language.  Same if you want to 
use e.g. "send selection to" feature to do this, in which case you could use 
something like this:

`python3 -c 'import sys; 
sys.stdout.write(sys.stdin.buffer.read().decode(encoding="ascii", 
errors="ignore"))'`

You can also write plugins in other languages than C, e.g. using 
[Peasy](https://github.com/kugel-/peasy).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/4584#discussioncomment-17292715
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/repo-discussions/4584/comments/[email protected]>

Reply via email to