Stephen Tawn
Stephen Tawn
I haven't really been following the ins and outs of this discussion, but can I point out that this isn't just a problem where 'things break'. If you're reviewing a...
For our server code we've got a `log` handler, which just prefixes each line with a timestamp and an indent. The indent can be incremented or decremented which can be...
How does line ending conversion fit into this scheme?
Line ending conversion may be orthogonal to text encoding, but it is closely related. There are two differences between `file:` and `binfile:`: one is the text decoding from "native", the...