We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
The hexedit fails to show filenames with non-ASCII characters. This issue was treated and fixed in Debian bug #500422 [1].
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500422
Basically, after load the file called '00 - 回家.m4a', it is shown as '00 - å~[~^家.m4a' in hexedit bar.
The attached patch will fix this issue and must be used with libncursesw5.
30_recognize_non-ascii_filenames.patch.zip
Thanks a lot in advance.
Regards,
Eriberto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The hexedit fails to show filenames with non-ASCII characters. This issue was treated and fixed in Debian bug #500422 [1].
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500422
Basically, after load the file called '00 - 回家.m4a', it is shown as '00 - å~[~^家.m4a' in hexedit bar.
The attached patch will fix this issue and must be used with libncursesw5.
30_recognize_non-ascii_filenames.patch.zip
Thanks a lot in advance.
Regards,
Eriberto
The text was updated successfully, but these errors were encountered: