1. 14 10月, 2019 4 次提交
  2. 12 10月, 2019 18 次提交
  3. 07 10月, 2019 3 次提交
  4. 28 9月, 2019 2 次提交
  5. 25 9月, 2019 7 次提交
  6. 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
  7. 19 9月, 2019 2 次提交
  8. 18 9月, 2019 1 次提交
  9. 17 9月, 2019 1 次提交
  10. 16 9月, 2019 1 次提交