Searched defs:DefaultLocal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/
H A Dsitecustomize.py15 DefaultLocal = locale.getdefaultlocale()[1] variable
16 if DefaultLocal is None:
17 DefaultLocal = 'UTF8' variable
18 sys.setdefaultencoding(DefaultLocal)

Completed in 51 milliseconds