]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Updata the output encoding of the Popen function
authorBob Feng <bob.c.feng@intel.com>
Tue, 16 Jul 2019 09:14:08 +0000 (17:14 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 1 Aug 2019 07:36:48 +0000 (15:36 +0800)
commit8ddec24dea74a7e172cb67d5bcaf6c74db3ac6f9
tree9592b86222c312772fa01a2beba8e6ffd67d74b6
parent307e1650be267b67db7be1089e0979ace460d830
BaseTools:Updata the output encoding of the Popen function

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2015

Not all output works in utf-8, so change the encoding to
the default

This patch is going to fix that issue.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Common/VpdInfoFile.py
BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py
BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py
BaseTools/Source/Python/Workspace/DscBuildData.py