-
Notifications
You must be signed in to change notification settings - Fork 31
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
amalgamate.py fails with a encoding/decoding error #65
Comments
Thanks @lu-zero for the report. I've checked on my environment and couldn't reproduce the issue. Could you please provide more details about the operating system you're running the command on?
Thank you |
I doublechecked and the problem is that apparently if your locale is POSIX and not POSIX.utf-8 the read-file-by-line iterator crashes horribly. The workaround is to set a |
This caused problems when running amalgamation script with non-UTF-8 locale Solves: #65
The real problem was that in the source code we had non-ascii characters (0xe2) which shouldn't be there. I removed them and the script works fine even with |
This caused problems when running amalgamation script with non-UTF-8 locale Solves: amzn#65
This caused problems when running amalgamation script with non-UTF-8 locale Solves: #65
On bb3a3ac
The text was updated successfully, but these errors were encountered: