j
k
j a
j l
Hi Steve, On Sat, Oct 13, 2012 at 01:16:35PM +0100, Steve Ratcliffe wrote:
+ case '\n': + writeString(" "); + break; + case '\r': + writeString(" "); + break;
It looks like you got these twisted around. CR is U+000D and LF is U+000A. Marko
Back to the thread
Back to the list