Issue #103: UnicodeDecodeError when trying to show a commit with non-ASCII email. (conservancy/kallithea)

Kirill Gagarski issues-reply at bitbucket.org
Thu Feb 26 07:03:41 EST 2015


New issue 103: UnicodeDecodeError when trying to show a commit with non-ASCII email.
https://bitbucket.org/conservancy/kallithea/issue/103/unicodedecodeerror-when-trying-to-show-a

Kirill Gagarski:

Steps to reproduce:

1. Clone a repo managed by Kallithea.
2. Commit and push something with following commands:
```
$ touch very_inportant_file
$ hg add very_important_file
$ hg com -m "Message" -u 'John Doe <джондо à éẋàṁṗłê.ç°ḿ>'
$ hg push
```
3. Open the repo with the Kallithea web interface

The result is internal server error. The logs say that this is caused by UnicodeDecodeError.




More information about the kallithea-general mailing list