X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2Fsitecustomize.py;h=3afa90700e300e032903883f82f7c9d852b1e530;hb=f7496d717357b9af78414d19679b073403812340;hp=4ea84c51296946422766167ca6217a4070747eea;hpb=39456d00f36e04b7e7efb208f350f4e83b6c3531;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/sitecustomize.py b/BaseTools/Source/Python/sitecustomize.py index 4ea84c5129..3afa90700e 100644 --- a/BaseTools/Source/Python/sitecustomize.py +++ b/BaseTools/Source/Python/sitecustomize.py @@ -16,6 +16,6 @@ import locale if sys.platform == "darwin": DefaultLocal = locale.getdefaultlocale()[1] if DefaultLocal is None: - DefaultLocal = 'UTF8' + DefaultLocal = 'UTF8' sys.setdefaultencoding(DefaultLocal)