Let me see what I can come up with.


On 03.12.2013, at 19:36, Damien Cassou <damien.cassou@gmail.com> wrote:

Thanks Max for the report. Do you have an idea on how we could solve the problem ? The previous behaviour was not acceptable either because the streams that came out of a memory filesystem were the only ones with binary content

On Dec 3, 2013 5:35 PM, "Max Leske" <maxleske@gmail.com> wrote:
Damien, Marcus

this change breaks a lot of things in FileSystem-Git. I don�t disagree with the idea that reading characters should be default (one could argue about it�) but your change makes it IMPOSSIBLE to read bytes because unprintable characters are discarded! So if my ByteArray is a NULL terminated string, for instance, I can not check for the NULL termination anymore.

Cheers,
Max