Skip to content

Fix opening files in Python

Jean Abou Samra requested to merge dev/jas/python-encodings into master

Always pass encoding='utf8' to the built-in open() function so files are never opened in a locale-dependent encoding.

Merge request reports