Am 15.11.2013 16:10, schrieb Colomban Wendling:
Lots of part in Geany assumes C strings, which are 0-terminated arrays. By "seamless", I mean that everything that deals with data from the buffer properly handles NUL bytes, e.g. not only that one can open and display them but also work with them just the same as if they didn't embed NULs. This shouldn't be too hard, but *really* tedious, probably needs API break or additins, and it's likely some parts gets forgotten.
Will also need some work on plugin side, but its a long-running-wish-list-items to open also files with \0
Cheers, Frank