@KevinH
Quote:
Originally Posted by KevinH
Thanks for your checkVersion.py code. If you don't mind I would like to modify it to work under both python2.7 and python3.4 and explicitly handle the conversion to unicode/utf-8 to prevent confusion.
Is that okay? If so, I will then post the modified version to useful plugin code sticky for others to use.
|
No problem
I had a vague idea that soup.prettify() converted the html to utf-8 but I this may not have been correct - I should have checked this.