![](https://secure.gravatar.com/avatar/4b357d4fbde4b5078e980081db836b31.jpg?s=120&d=mm&r=g)
17 Mar
2007
17 Mar
'07
7:34 p.m.
On 3/16/07, Luís Oliveira <luismbo@gmail.com> wrote:
BTW, should we worry about line terminator conversions?
The code I write that needs CFFI is UI-related, so I'm not really affected by EOL conversion in that context[1]. Maybe folks that have to interact with databases or HTTP are more sensitive to it.
I've applied a fix and a regression test for this. Should work now, though I haven't tested on windows.
Thanks for the bug report.
Thank you for the fix, it works great here. -- Jack Unrue [1] I do have to worry about EOL chars embedded in string values for certain GUI functions to work in the desired way, but I don't have any code that uses CFFI and does stream I/O.