1. 25 9月, 2019 7 次提交
  2. 24 9月, 2019 1 次提交
    • D
      build: force a UTF-8 locale for python · ada26801
      Daniel P. Berrangé 提交于
      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: NEric Blake <eblake@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      ada26801
  3. 19 9月, 2019 2 次提交
  4. 18 9月, 2019 1 次提交
  5. 17 9月, 2019 1 次提交
  6. 16 9月, 2019 6 次提交
  7. 13 9月, 2019 4 次提交
  8. 12 9月, 2019 1 次提交
  9. 10 9月, 2019 7 次提交
  10. 09 9月, 2019 2 次提交
  11. 06 9月, 2019 3 次提交
  12. 04 9月, 2019 1 次提交
  13. 30 8月, 2019 1 次提交
  14. 28 8月, 2019 1 次提交
  15. 27 8月, 2019 1 次提交
  16. 26 8月, 2019 1 次提交