[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
locale.getlocale returns encoding UTF8, should it better be UTF-8?
- To: python_(_at_)_FreeBSD_(_dot_)_org
- Subject: locale.getlocale returns encoding UTF8, should it better be UTF-8?
- From: Mathias Picker <Mathias_(_dot_)_Picker_(_at_)_gmx_(_dot_)_de>
- Date: Tue, 11 Nov 2008 10:45:11 +0100
- Cc:
When testing the current OpenErp client on FreeBSD it showed me
WARNING:translate:Unable to set locale de_DE.UTF8
My LANG is set to de_DE.UTF-8
Investigating this I found that locale.getlocale returned UTF8 as
character encoding. FreeBSD uses UTF-8, so maybe this should be changed?
After I patched the openerp client with
if encoding == 'UTF8':
encoding = 'UTF-8'
it starts without error msg, and (as far as it's translated) in german.
This is on 7.1-prerelease with python python25-2.5.2_3
_______________________________________________
freebsd-python_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org