Re: [fossil-users] Web comment editor transforms LF into CRLF

2016-06-17 Thread Ross Berteig
On 6/17/2016 5:33 PM, Scott Robison wrote: On Fri, Jun 17, 2016 at 6:04 PM, Warren Young > wrote: For any blob data that Fossil considers “text,” why not strip all CRs on ingest, then based on either a setting or platform check inject

Re: [fossil-users] Web comment editor transforms LF into CRLF

2016-06-17 Thread Scott Robison
On Fri, Jun 17, 2016 at 6:04 PM, Warren Young wrote: > On Jun 17, 2016, at 1:59 PM, Scott Robison > wrote: > > > > Would it be a bad thing to just settle on LF only going forward, always > stripping CR? > > The argument over canonicalizing all text

Re: [fossil-users] Web comment editor transforms LF into CRLF

2016-06-17 Thread Warren Young
On Jun 17, 2016, at 1:59 PM, Scott Robison wrote: > > Would it be a bad thing to just settle on LF only going forward, always > stripping CR? The argument over canonicalizing all text input to LF has been had here before — with me as at least one of its proponents —

Re: [fossil-users] Web comment editor transforms LF into CRLF

2016-06-17 Thread Scott Robison
On Fri, Jun 17, 2016 at 1:53 PM, Warren Young wrote: > While trying to replicate the problem reported in another thread,[1] I > noticed an odd behavior. If I edit a comment via fossil ui, then pull the > change and try to edit it locally with fossil amend, Vim shows ^M >

[fossil-users] Web comment editor transforms LF into CRLF

2016-06-17 Thread Warren Young
While trying to replicate the problem reported in another thread,[1] I noticed an odd behavior. If I edit a comment via fossil ui, then pull the change and try to edit it locally with fossil amend, Vim shows ^M characters at the end of every line, implying that Fossil UI has transformed the LF