-
Notifications
You must be signed in to change notification settings - Fork 93
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
fix error with non ascii #11
Comments
This is a minor change but please fork and submit a pull request so that you are properly attributed for your commits :) |
While the above fix did get rid of an error at that particular location, I got another error when later processing the html. (The New Error)
I used the following patch and fixed both errors. I am not an expert in unicode. Just try and error.
|
This was related to some odd behavior in the current (at the time) version of BeautifulSoup and newer versions allow us to go directly to unicode. (the BeautifulSoup version requirements for pynliner have been modified to reflect this in tag 0.5.0) |
This patch worked for me
The text was updated successfully, but these errors were encountered: