Not sure if this is a python bug, or opensd bug: (test)-bash-4.2# python2.7 > > Python 2.7.6 (default, Mar 4 2014, 10:29:45) > > [GCC 4.2.1 20070719 ] on openbsd5 > > Type "help", "copyright", "credits" or "license" for more information. > > >>> import locale > > >>> locale.setlocale(locale.LC_ALL, 'en_US.UTF-8') ## This works > > 'C/en_US.UTF-8/C/C/C/en_US.UTF-8' > > >>> locale.setlocale(locale.LC_MONETARY, 'en_US.UTF-8') ## This does not > work > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File "/usr/local/lib/python2.7/locale.py", line 547, in setlocale > > return _setlocale(category, locale) > > locale.Error: unsupported locale setting >
-- You received this message because you are subscribed to the Google Groups "Mezzanine Users" 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.
