Skip to content

Explicitly set the output encoding to UTF-8

Olaf Mandel requested to merge omandel/doxyqml:bugfix/output-encoding into master

On some systems, the default output encoding of sys.stdout is not UTF-8. On those systems any special characters read in from a UTF-8 encoded input file will be damaged. Fix that by enforcing a UTF-8 output encoding (same as the input encoding).

Merge request reports