madsen / vbindiff

Visual Binary Diff (VBinDiff) displays files in hex & ASCII and can highlight the differences between 2 files
491 stars 52 forks source link

There is a possibility to use ANSI API with UTF-8 now. #27

Open Mr-Dispatch opened 1 year ago

Mr-Dispatch commented 1 year ago
          Yes, this is a consequence of using the Windows ANSI API instead of the wide-character version.  I don't really do much Windows programming, and I've never done any I18N work on Windows.  I'm not sure how much work it would be to convert VBinDiff to the W API.  I'd be interested in a patch if somebody wants to try.

The workaround is to rename the file so it can be represented in the selected codepage.

Originally posted by @madsen in https://github.com/madsen/vbindiff/issues/20#issuecomment-701112791

Mr-Dispatch commented 1 year ago

Shit, wrong click, and I can't delete it.

Mr-Dispatch commented 1 year ago

Reopening with new name and relevant link:

(see the update in accepted answer for a quick summary).