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

Exception on multibyte character in filename #11

Open
B7rian opened this issue Oct 24, 2022 · 3 comments
Open

Exception on multibyte character in filename #11

B7rian opened this issue Oct 24, 2022 · 3 comments

Comments

@B7rian
Copy link
Owner

B7rian commented Oct 24, 2022

C++ doesn't like 1223-全家照.rar and throws an uncaught exception when this filename is encountered in a checksum file.

@B7rian
Copy link
Owner Author

B7rian commented Oct 24, 2022

terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error'
what(): filesystem error: Cannot convert character sequence: Invalid or incomplete multibyte or wide character
Aborted

@B7rian
Copy link
Owner Author

B7rian commented Oct 24, 2022

Note: It can find this file ok and generate a checksum for it, but can't check it

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

1 participant