jaraco / jaraco.windows

MIT License
29 stars 7 forks source link

TypeError loading HTML from clipboard on Python 3 #13

Closed jaraco closed 6 years ago

jaraco commented 6 years ago

As reported in jaraco/jaraco.clipboard#2, attempting to load HTML data from the clipboard fails with a TypeError.

jaraco commented 6 years ago

According to this document, the data on the clipboard is always encoded as UTF-8. That makes things easier.