I'm trying to generate diff from file with encoding "UTF-8 Unicode". This is C source code but contains Asians characters(in comments). I've added only few lines but the diff shows several others due to encoding. When I use difftool with kdiff3 it works correctly.
After some investigation I realize that the temporary file, created by diff, has other encoding iso-8859-1.
Can you give me some advise how to overcome this?
best regards Pawel