-
Notifications
You must be signed in to change notification settings - Fork 134
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
This app uglifying cyrillic file names #75
Comments
|
The Lines 437 to 439 in 4d4910b
seems to be lacking appropriate FAT filesystem mount options to avoid mojibake-ing filenames, consider WoeUSB/WoeUSB's implementation: https://github.com/WoeUSB/WoeUSB/blob/34b400d99d3c4089f487e1d4f7d71970b2d4429e/sbin/woeusb#L1496 |
I forgot to mention that i used NTFS formated SD card |
Well then NTFS uses Unicode filenames thus the problem shouldn't happen. The problem may be due to the incorrect handling of the mounting of the source filesystem, could you try running the following command to mount the original filesystem:
And verify that the filename isn't garbled in the mounted image? Also, could you try running the Bash version of WoeUSB and verify the problem is still reproduced there? |
I just tested and file name is ok on mount point http://0x0.st/oT74.png |
EDIT: @brlin-tw : Fix Markdown markup
Issue Reproduce Instructions
Expected Behavior
Current Behavior
Info of My Environment
WoeUSB Version
WoeUSB Source
Information about the Operating System
Information about the Source Media
Information about the Target Device
The text was updated successfully, but these errors were encountered: