Tagged Questions
5
votes
2answers
1k views
python locale strange error. what's going on here exactly?
So today I upgraded to bazaar 2.0.2, and I started receiving this message (I'm on snow leopard, btw):
bzr: warning: unknown locale: UTF-8
Could not determine what text encoding to use.
This error ...
1
vote
3answers
1k views
locale.getlocale() problems on OSX
I need to get the system locale to do a number of things, ultimately I want to translate my app using gettext. I am going to distribute it on both Linux and OSX, but I ran into problems on OSX Snow ...