1

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?

orome
  • 45,163
  • 57
  • 202
  • 418
  • Note that this is not a question about [how to change the code](https://stackoverflow.com/a/27093194/656912) to avoid the error, but how to configure Windows so that code that works on all other platforms works there. – orome Apr 22 '19 at 12:03

0 Answers0