Using Python 3 to generate Unicode output in an Travis CI Windows VM produces errors such as
UnicodeEncodeError: 'charmap' codec can't encode character '\u03b2' in position 1532: character maps to <undefined>
Is there a way to configure Windows or Travis to avoid this?