Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In WinMerge, when comparing a physical drive with Google Drive, files with no differences may not be compared correctly as another files. #2484

Open
SekiYukichika opened this issue Oct 21, 2024 · 4 comments

Comments

@SekiYukichika
Copy link

When comparing the physical drive and Google Drive, as shown in this image, they are treated as different files and cannot be determined correctly even if text files.
The same problem occurs whether I use binary comparison or update date and size comparison. Is there a workaround or solution?
20241021_WinMerge問い合わせ

@sdottaka
Copy link
Member

This is probably due to differences in the Unicode normalization of the "プ" or "バ" characters in the file names.

Currently, WinMerge cannot ignore these differences in Unicode normalization. (related discussion: #2121)

As a workaround, you can remove voiced or semi-voiced characters from the file names.

@SekiYukichika
Copy link
Author

This is probably due to differences in the Unicode normalization of the "プ" or "バ" characters in the file names.

Currently, WinMerge cannot ignore these differences in Unicode normalization. (related discussion: #2121)

As a workaround, you can remove voiced or semi-voiced characters from the file names.

Thank you for your quick reply.

Is it correct to understand that currently, the only solution to this as design (or bug) is to change the folder name and file name to alphanumeric characters?

@sdottaka
Copy link
Member

Unfortunately, yes, that’s correct.

@SekiYukichika
Copy link
Author

I understood.
Thank you for your kind reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants