diff2html-cli icon indicating copy to clipboard operation
diff2html-cli copied to clipboard

Cannot see diff on specials characters (eg ^M)

Open cscotti opened this issue 2 years ago • 1 comments

Could you provide an option which could show us if the diff is on specials characters (eg windows carriage return ^M versus unix carriage return) ?

cscotti avatar Jun 15 '23 14:06 cscotti

Currently what the tool does it replace windows new lines (\r\n) for unix new lines \n and then I just split by \n. What would you really like to see?

rtfpessoa avatar Aug 25 '23 20:08 rtfpessoa