]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Coding problems caused by special characters
authorFan, ZhijuX <zhijux.fan@intel.com>
Fri, 29 Mar 2019 05:53:40 +0000 (13:53 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 1 Apr 2019 05:37:19 +0000 (13:37 +0800)
commit1c27ec42363515bda97468dccf57a01c6e66d01e
tree3694f14b657c8bc02b750eacf6ac2b5fa4ba6731
parent58742d79457e71fba75d72e79050ba43915e3ed6
BaseTools:Coding problems caused by special characters

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

During BaseTools compiling under Chinese or Japanese
language Windows, python exception occurring.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbd
in position 3528: ordinal not in range(128)

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/Makefiles/NmakeSubdirs.py
BaseTools/Source/Python/Capsule/GenerateCapsule.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py
BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py