Looks related to the encoding of the message string. Could you check the filesystem encoding as understood by python? Run in a terminal: $ python -c "import sys; print sys.getfilesystemencoding()" In particular would like to know if it differs if you change the LANG variable. I don't expect so, but just to be sure. Else it could be that git itself changes behavior for different LANG (which is strange since both specify UTF8 encoding...). If so we need to do some special conversion to make encoding match git's expectation. Regards, Jaap On Fri, Nov 29, 2013 at 5:04 PM, Alphazo