Won't open archives with Asian symbols in name
Posted: 26 May 2020, 19:27
Hi.
I have a bug here:
The program won't scan archives (upd.: files of any type) with Asian symbols in a filename or file path.
Placed in a filename, Asian characters cause a 'Wrong file extension' error.
Placed somewhere in path, they cause the bug when the program will skip every file placed in the path's folder or subfolders. Like that:
As you can see, not all Asian characters cause the bug. Some are fine. In my example, 䖁 character is the one that wasn't encoded properly.
Upd.: For some reason, enabling 'use unicode utf-8 for worldwide language support' in Windows 10 helps to bypass the problem when the program refuses to scan folders with Asian characters in the path. But it still doesn't help with archives.
Unicode-Text Support option doesn't help.
Changing system locale to Asian doesn't help either.
Is there any way to fix this?
I have a bug here:
Code: Select all
INFO: Couldn't find any files inside the archive 'F:\New folder\[テスト]ファイ䖁名のテスト例.zip'! (Wrong file extension?)Placed in a filename, Asian characters cause a 'Wrong file extension' error.
Placed somewhere in path, they cause the bug when the program will skip every file placed in the path's folder or subfolders. Like that:
Code: Select all
Scan: F:\[テスト]ファイ?名のテスト例
Scanned files: 0Upd.: For some reason, enabling 'use unicode utf-8 for worldwide language support' in Windows 10 helps to bypass the problem when the program refuses to scan folders with Asian characters in the path. But it still doesn't help with archives.
Unicode-Text Support option doesn't help.
Changing system locale to Asian doesn't help either.
Is there any way to fix this?