mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 00:25:23 +00:00
ada268012a
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> |
||
---|---|---|
.. | ||
hyperv_driver.c | ||
hyperv_driver.h | ||
hyperv_private.h | ||
hyperv_util.c | ||
hyperv_util.h | ||
hyperv_wmi_classes.c | ||
hyperv_wmi_classes.h | ||
hyperv_wmi_generator.input | ||
hyperv_wmi_generator.py | ||
hyperv_wmi.c | ||
hyperv_wmi.h | ||
Makefile.inc.am | ||
openwsman.h |