]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: force Python to write UTF-8
authorKelly Anderson <kelly@xilka.com>
Fri, 29 Mar 2013 23:23:35 +0000 (19:23 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 30 Mar 2013 00:30:22 +0000 (20:30 -0400)
commit95e3faefe2e262fdfe3beaa2b344ad12372b8af0
tree70d38762d13d42dcd9ef425e18fd6cc64da74287
parent1a13e31d275430ffba713c8a68ee7f22093c29e0
build-sys: force Python to write UTF-8

Here is a patch that fixes documentation with python 3.x in non utf-8
locales.  Specifically in my locale latin-1 is the default setting for
output going to stdout, which causes it to fail. By writing directly
to file we are able to set the locale to utf-8.
xml_helper.py