You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure of the internals of how Diffuse works, but there is something wrong with the flow when there is a character encoding problem.
I was using Meld since I needed to compare all files in a folder and one of my files showed a message that there was a character encoding problem, and subsequently, no highlighting of differences.
It didn't tell me where in the file though, so I opened that file in Diffuse. Unfortunately, Diffuse shows highlighting that indicates that everything is a mismatch, and no errors.
Trying to use the arrows to find the next mismatch didn't work, so I went to the bottom of the file, which is where I found some extra characters. But still, no indication why the diff highlighting isn't correct.
Looking at that part of the file in Meld, the error message at least makes more sense. It looks like Meld substituted null bytes for display, and highlighted them red, where nothing else is highlighted.
I'm not sure what the best handling of this sort of error is, but I think the Meld way was a bit more informative. Having obvious matching text shown as a difference makes me question if Diffuse is doing it right in other scenarios.
The text was updated successfully, but these errors were encountered:
I'm not sure of the internals of how Diffuse works, but there is something wrong with the flow when there is a character encoding problem.
I was using Meld since I needed to compare all files in a folder and one of my files showed a message that there was a character encoding problem, and subsequently, no highlighting of differences.
It didn't tell me where in the file though, so I opened that file in Diffuse. Unfortunately, Diffuse shows highlighting that indicates that everything is a mismatch, and no errors.
Trying to use the arrows to find the next mismatch didn't work, so I went to the bottom of the file, which is where I found some extra characters. But still, no indication why the diff highlighting isn't correct.
Looking at that part of the file in Meld, the error message at least makes more sense. It looks like Meld substituted null bytes for display, and highlighted them red, where nothing else is highlighted.
I'm not sure what the best handling of this sort of error is, but I think the Meld way was a bit more informative. Having obvious matching text shown as a difference makes me question if Diffuse is doing it right in other scenarios.
The text was updated successfully, but these errors were encountered: