As far as I was aware the reason locale.setlocale(locale.LC_ALL) was added to 
engine.py was to merely log the in-use locale during startup since there has 
been an increasing number of locale related issues from users. I was of the 
understanding that locale.setlocale(locale.LC_ALL) does not set anything, 
rather it merely returns the setting for the locale.LC_ALL category. 
user/extensions.py sets locale via locale.setlocale(locale.LC_ALL, '') which 
appears to be the accepted method of setting locale in python.

Gary

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to