[Github-comments] [geany/geany] Notepad versus Geany (on Windows): Notepad wins (#2804)

elextr notifications at xxxxx
Mon May 3 23:36:11 UTC 2021


Duplicate of #618 #1508 #1708 #2081 #2654

Geany will not load a binary file, thats why you got the message.  Geany is C, in C a zero byte indicates the end of a string, so most functionality will only see the contents up to the first zero byte, and binaries are littered with zero bytes.  So no it can't be "enabled" without major work.

Notepad++ is C++ where strings can contain zero bytes, so its "easy" for it to use binaries.

And nobody is in competition, so nobody "wins" just different projects have different capabilities.



-- 
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/2804#issuecomment-831600031
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210503/697f8c0e/attachment.htm>


More information about the Github-comments mailing list