Closed dan-and closed 6 years ago
MediaWiki Administrators’ Tutorial Guide
will trigger the error (utf-8 character?)
This should be fixed now. I merged the commit from @irzan2010
Thanks for the test case @arekstasiewicz and @dan-and for reporting it
Your #6 fix didn't work for python 2.7.13
print(title.encode(sys.stdout.encoding, errors='replace').decode()) does not work with python 2.7.13
results (sometimes) in: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 18: ordinal not in range(128)
Python 3.5 works fine.