> Any viable workaround ?

Viable I don't know, but I heard some people working around NUL bytes by 
replacing those with a placeholder and back after edition. Something like `sed 
-i 's/\0/%%NUL%%/g' file && geany file && sed -i 's/%%NUL%%/\x00/g/'` or along 
the idea. Something like that should work, but I never used ir myself.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3677#issuecomment-1794883790
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3677/1794883...@github.com>

Reply via email to