On Windows, the python file have to run with environment variable PYTHONIOENCODING=utf-8. We could not run the test without that environment variable on master.
The way to force it using utf-8 without that environment variable is to add # -*- coding: utf-8 -*- at the second line of python files.