asweigart / asweigart/stackoverflow_checker
UnicodeEncodeError resolution to print .encode('utf-8')
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
need to modify them to : else you get UnicodeEncodeError: during the prints
print('Adding "%s"...' % title.encode('utf-8')[:60])
print('Already in database: %s' % title.encode('utf-8')[:60])
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.