Re: [fossil-users] trouble handling text files from SQL Server 2012

2012-09-13 Thread Konstantin Khomoutov
On Thu, Sep 13, 2012 at 03:43:16PM -0400, Kevin Greiner wrote: > I'm using fossil 1.23 on Windows 7. I'm attempting to store text files > generated by Microsoft SQL Server 2012 in fossil so I can easily track > their changes over time. > > The problem is that fossil thinks these generated text fi

Re: [fossil-users] trouble handling text files from SQL Server 2012

2012-09-13 Thread Kevin Greiner
On Thu, Sep 13, 2012 at 3:45 PM, Richard Hipp wrote: > > The file itself appears to be in utf16le. The "diff" facilities in Fossil > currently only know how to deal with utf8. > Thanks, that was helpful. Turns out I was piping the output through another utility (powershell) that was turning the

Re: [fossil-users] trouble handling text files from SQL Server 2012

2012-09-13 Thread Richard Hipp
On Thu, Sep 13, 2012 at 3:43 PM, Kevin Greiner wrote: > > I'm using fossil 1.23 on Windows 7. I'm attempting to store text files > generated by Microsoft SQL Server 2012 in fossil so I can easily track > their changes over time. > > The problem is that fossil thinks these generated text files are

[fossil-users] trouble handling text files from SQL Server 2012

2012-09-13 Thread Kevin Greiner
I'm using fossil 1.23 on Windows 7. I'm attempting to store text files generated by Microsoft SQL Server 2012 in fossil so I can easily track their changes over time. The problem is that fossil thinks these generated text files are binary data which prevents me from viewing the files via the web u