GNOME Bugzilla – Bug 702534
Build failure with Python 3 in a POSIX locale
Last modified: 2013-07-13 15:40:52 UTC
Created attachment 247098 [details] [review] A patch for the issue The build fails with a UnicodeDecodeError if the locale is not set to utf8, which may be the case in a build environment. A patch to fix this is attached. Cheers
I should add that the attached patch maintains compatibility with both Python 2 and 3.
committed. thanks