You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
Does Esky change something with the locale.getdefaultlocale() behavior?
I tried on several different OS and I got good results. But from within an Esky built on macOS, I get (None, None). The same script outside Esky gives me ('fr_FR', 'UTF-8').
Do you have an idea what is going on here?
Thank you.
PS: setting the system locale does not change anything:
locale.setlocale(locale.LC_ALL, '')
The text was updated successfully, but these errors were encountered:
Hello,
Does Esky change something with the
locale.getdefaultlocale()
behavior?I tried on several different OS and I got good results. But from within an Esky built on macOS, I get
(None, None)
. The same script outside Esky gives me('fr_FR', 'UTF-8')
.Do you have an idea what is going on here?
Thank you.
PS: setting the system locale does not change anything:
The text was updated successfully, but these errors were encountered: