-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
[Bug]: #160
Comments
Hi! |
dont support utf-8 in string? How i can do it? |
`#include <bit7z/bitfilecompressor.hpp> #pragma comment(lib, "bit7z.lib") int main() {
in the "myfolder" dir I have file with name "diseño grafico.txt". If I remove that file all is Ok, but if it exist I recieve exception error 0x00007FFE9084CF19 Microsoft C++: std::system_error 0x000000D609CFBC48. |
Thank you for the details!
Is this an error printed in the catch block, or is it an uncaught exception? |
Hi! |
bit7z version
4.0.x RC
Compilation options
No response
7-zip version
v22.01
7-zip shared library used
7z.dll / 7z.so
Compilers
MSVC
Compiler versions
No response
Architecture
x86_64
Operating system
Windows
Operating system versions
10
Bug description
Why I can create zip if in the files names have names just like this diseño grafico.txt?
Steps to reproduce
No response
Expected behavior
No response
Relevant compilation output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: