codeforamerica / chime

A city-focused content management system
http://chimecms.org/
BSD 3-Clause "New" or "Revised" License
35 stars 12 forks source link

Saving an article from the article edit screen with non-roman text in the title raises a UnicodeDecodeError #493

Closed tmaybe closed 9 years ago

tmaybe commented 9 years ago

To reproduce, open any article, replace the title text with 快速狐狸 and click save.

tmaybe commented 9 years ago

Caveat: this was happening with GitPython 1.0.1 installed; doesn't happen with GitPython 0.3.2.RC1

phae commented 9 years ago

Is this our bug or gitpython's?

tmaybe commented 9 years ago

It will be fixed when we merge PR #514

tmaybe commented 9 years ago

closed by #514