Re: eol-style and utf-16

2017-10-31 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, 31 Oct 2017 10:11 +0100: > On Mon, Oct 30, 2017 at 09:12:38PM -0400, Nico Kadel-Garcia wrote: > > It doesn't do much for otehr UTF difficulties, but it sure avoids the > > whole inconsistent EOL issues. > > In my opinion the problem under discussion has nothing to do

Re: eol-style and utf-16

2017-10-31 Thread engelbert gruber
sorry one more On 30 October 2017 at 21:57, engelbert gruber wrote: checking in a file with eol-style native on unix : eol = 0x0a > checking it out on windows : 0x0a is replaced by 0x0d 0x0a > > when the file is in utf-16 : eol ist 0x00 0x0a > and when checked out on windows this becomes : 0x00

Re: eol-style and utf-16

2017-10-31 Thread Stefan Sperling
On Mon, Oct 30, 2017 at 09:12:38PM -0400, Nico Kadel-Garcia wrote: > On Mon, Oct 30, 2017 at 4:57 PM, engelbert gruber > wrote: > > hi > > > > checking in a file with eol-style native on unix : eol = 0x0a > > checking it out on windows : 0x0a is replaced by 0x0d 0x0a > > > > when the file is in ut

Re: eol-style and utf-16

2017-10-30 Thread Nico Kadel-Garcia
On Mon, Oct 30, 2017 at 4:57 PM, engelbert gruber wrote: > hi > > checking in a file with eol-style native on unix : eol = 0x0a > checking it out on windows : 0x0a is replaced by 0x0d 0x0a > > when the file is in utf-16 : eol ist 0x00 0x0a > and when checked out on windows this becomes : 0x00 0x0d

eol-style and utf-16

2017-10-30 Thread engelbert gruber
hi checking in a file with eol-style native on unix : eol = 0x0a checking it out on windows : 0x0a is replaced by 0x0d 0x0a when the file is in utf-16 : eol ist 0x00 0x0a and when checked out on windows this becomes : 0x00 0x0d 0x0a which breaks utf-16 as far as i understand it possible fixes: