-
Notifications
You must be signed in to change notification settings - Fork 166
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
Need to sanitize comments #36
Comments
Good catch. Curious if you remember the post that displays this issue? Would be easier for me to debug :) I've tried a number of posts but have not run across this--I'll keep an eye out. |
Hi, I couldn't find the exact post but I did manage to replicate the error to replicate follow these steps
(i posted a test comment on the "Browse Hacker News Like a Haxor" submission ) and here's the full error |
Fixed in 3e72365. I plan to push out a release to PyPI soon. |
UnicodeEncodeError: 'charmap' codec can't encode character '\u200a' in position 14: character maps to <undefined>
windows 7, using cmd and python 3.5
while browsing comments, when reaching an unsupported character the entire screen fills up with a trace of the error
The text was updated successfully, but these errors were encountered: