Re: [Firebird-devel] unix2dos

2017-03-23 Thread Paul Reeves
On Thu, 23 Mar 2017 16:35:32 +0100 Dimitry Sibiryakov wrote > 23.03.2017 16:09, Paul Reeves wrote: > > The reason we need it is because git seems to check (some) files out > > with LF eols and we need to deploy all text files with CR LF eols. > >It can be changed in .gitattributes. I'll lo

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 16:09, Paul Reeves wrote: > The reason we need it is because git seems to check (some) files out > with LF eols and we need to deploy all text files with CR LF eols. It can be changed in .gitattributes. > Yes, weirdly, gnuwin32 seems to implement non-standard parameters, at > least

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 16:13, Alex Peshkoff wrote: > What? git unable to treat .bat file as normal text and can't checkout it > according to OS rules? > (like it does for .cpp, .h and a lot of other files) > Sorry, hard to believe... Sooner that's our configuration error somewhere. Yes, it is configurable.

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Paul Reeves
On Thu, 23 Mar 2017 16:05:57 +0100 Dimitry Sibiryakov wrote > 23.03.2017 15:58, Alex Peshkoff wrote: > > Occasionally BuildExecutableInstall.bat itself was wrongly > > committed to git - checked outon linux it has CR-LF lineend instead > > just LF. I.e. itself needs unix2dos ;) Luckily it does not

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Alex Peshkoff
On 03/23/17 18:05, Dimitry Sibiryakov wrote: > 23.03.2017 15:58, Alex Peshkoff wrote: >> Occasionally BuildExecutableInstall.bat itself was wrongly committed to >> git - checked outon linux it has CR-LF lineend instead just LF. I.e. >> itself needs unix2dos ;) Luckily it does not actually matter. >

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Paul Reeves
On Thu, 23 Mar 2017 15:04:56 +0100 Dimitry Sibiryakov wrote >Hello, All. > >What version/build of subj supports '-D' switch Good question. If unix2dos is not found then an error will be thrown. It is not clearly documented but in the HELP screen there will be this: @echo o sed is r

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 15:58, Alex Peshkoff wrote: > Occasionally BuildExecutableInstall.bat itself was wrongly committed to > git - checked outon linux it has CR-LF lineend instead just LF. I.e. > itself needs unix2dos ;) Luckily it does not actually matter. Actually, it does matter. Stupid Windows comman

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Alex Peshkoff
On 03/23/17 17:48, Dimitry Sibiryakov wrote: > 23.03.2017 15:44, Alex Peshkoff wrote: >> I wonder - what scripts do you mean, grepping in our >> master/builds/install does not find unix2dos. > B3_0_Release branch, > install/arch-specific/win32/BuildExecutableInstall.bat > > Occasionally Build

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 15:44, Alex Peshkoff wrote: > I wonder - what scripts do you mean, grepping in our > master/builds/install does not find unix2dos. B3_0_Release branch, install/arch-specific/win32/BuildExecutableInstall.bat -- WBR, SD. --

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Alex Peshkoff
On 03/23/17 17:04, Dimitry Sibiryakov wrote: > Hello, All. > > What version/build of subj supports '-D' switch -D, --display-enc ENCODING Set encoding of displayed text. Where ENCODING is one of: ansi, unicode, unicodebom, utf8, utf8bom with ansi being the