Opening a "Unicode little endian without BOM" file from the command line with WinMerge?

2

I have a pair of "Unicode little endian without BOM" text files that I would like to diff each another via the command line. Unfortunately when I open them using the commandline in Winmerge they come up as a bunch of unreadable binary symbols because the encoding WinMerge is expecting is wrong.

Is there any way to feed these into Winmerge in a readable format?

leeand00

Posted 2015-04-17T12:31:06.283

Reputation: 14 882

How about saving them with a different encoding using Notepad or Notepad++ or other text editor first? – Karan – 2015-04-18T00:03:13.550

1It's actually the format that it comes out as from icscls. – leeand00 – 2015-04-18T00:51:12.103

Yeah, I know. I was the one who told you about icacls /save yesterday on your last question, remember? :) Just asking why you can't convert before feeding the files to WinMerge? – Karan – 2015-04-18T01:05:05.423

No answers