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
have a file named ©_test.txt and when running bulk extractor against it (technically against the folder recursively) I get the following error: Exception read error skipping (D:\Temp\test/┬⌐_test.txt|0) <debug:exception name='read error' pos0='(D:\Temp\test/©_test.txt|0)' >read error</debug:exception>
Was also getting the error with other unicode characters not just the copyright symbol.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
It kept going but didn't process the files with unicode in the file name. Renaming to remove unicode characters was a successful workaround.
simsong
No branches or pull requests
have a file named ©_test.txt and when running bulk extractor against it (technically against the folder recursively) I get the following error:
Exception read error skipping (D:\Temp\test/©_test.txt|0)
<debug:exception name='read error' pos0='(D:\Temp\test/©_test.txt|0)' >read error</debug:exception>
Was also getting the error with other unicode characters not just the copyright symbol.
The text was updated successfully, but these errors were encountered: