I'm reviewing comments on a Code Review using VS2017, the file is a CS file. Everytime I double click on the comment to see the comparisons on the source server vs. my local changes, an error shows up as follows:
"These files have differernt encodings. Left File: Western European (Windows). Right File: Unicode (UTF-8). Click Here
I have attempted to no avail: 1) Closing and reopening the file using the Western Encoding (Windows) both code page 1252 and 800. 2) Saving the files using the Western Windows Encoding. 3) Closing and reopening Visual Studio.
Bottom Line is that the code review comparison page will not work until the two codepages match.
The last thing I did to this file prior to this error is to highlight all the text, Edit/Advanced/Tabbify Selected Lines to convert spaces to tabs. Could be root cause but not sure how to fix?
Any ideas?
