thanks for testing so fast!

---

** [issues:#5893] weblinks: Fix encoding of link texts**

**Status:** Started
**Created:** Sun Apr 12, 2020 12:18 PM UTC by Jonas Hahnfeld
**Last Updated:** Sun Apr 12, 2020 01:07 PM UTC
**Owner:** Jonas Hahnfeld


weblinks: Fix encoding of link texts

When switching to Python 3, I added the call of .encode('utf-8') to
fix the build with Python 3.5. This converts all link texts into
binary encoding, enclosed by b'...'. The correct fix is to force
utf-8 encoding for sys.stdout.
See e0c78a4c71 ("Use codecs.open() to decode as utf-8") for more
details on this issue and how the default changes with Python 3.7.

http://codereview.appspot.com/563860043


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to