libvirt/src/hyperv
Daniel P. Berrangé ada268012a build: force a UTF-8 locale for python
Python3 versions less than 3.7 have very unhelpful handling
of the C locale where they assume data is 7-bit only. This
violates POSIX which requires the C locale to be 8-bit clean.
Python3 >= 3.7 now assumes that the C locale is always UTF-8.

Set env variables to force LC_CTYPE to en_US.UTF-8 so that
we get UTF-8 handling on all python versions. Note we do
not use C.UTF-8 since not all C libraries support that.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-09-24 15:46:22 +01:00
..
hyperv_driver.c domain: Fix unknown flags diagnosis in virDomainGetXMLDesc 2019-02-19 16:52:51 -06:00
hyperv_driver.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_private.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_util.c Remove unnecessary curly brackets in src/hyperv/ 2014-11-14 17:13:01 +01:00
hyperv_util.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_classes.c Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_classes.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_generator.input hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
hyperv_wmi_generator.py hyperv: use "is None" not "== None" for PEP-8 compliance 2019-01-31 10:38:43 +00:00
hyperv_wmi.c hyperv/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
hyperv_wmi.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
Makefile.inc.am build: force a UTF-8 locale for python 2019-09-24 15:46:22 +01:00
openwsman.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00