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
Don't join the lang and encoding when performing the trial set, because locale.setlocale(locale.LC_ALL, ('it_CH', 'utf-8')) succeeds, but locale.setlocale(locale.LC_ALL, 'it_CH.utf-8') throws locale.Error.
0 commit comments