Home
last modified time | relevance | path

Searched refs:DefaultLocal (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/
Dsitecustomize.py17 DefaultLocal = locale.getdefaultlocale()[1] variable
18 if DefaultLocal is None:
19 DefaultLocal = 'UTF8' variable
20 sys.setdefaultencoding(DefaultLocal)