From: Daniel Martí Date: Thu, 14 Jan 2016 22:12:22 +0000 (+0100) Subject: Apparently Python cannot handle Unicode X-Git-Tag: 0.6.0~29 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0be343273db8125be177a65d8d79dd207d6708d4;p=fdroidserver.git Apparently Python cannot handle Unicode I really hope I can revert this in the near future. Having to mutilate my name just so that pip will work is a terrible workaround. For better or worse, this only affects scripts defined in setup.py. --- diff --git a/fd-commit b/fd-commit index 82ca143d..4f6e9697 100755 --- a/fd-commit +++ b/fd-commit @@ -3,7 +3,7 @@ # fd-commit - part of the F-Droid server tools # Commits updates to apps, allowing you to edit the commit messages # -# Copyright (C) 2013-2014 Daniel Martí +# Copyright (C) 2013-2014 Daniel Marti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/fdroid b/fdroid index 0774aeb8..e24c0081 100755 --- a/fdroid +++ b/fdroid @@ -3,7 +3,7 @@ # # fdroid.py - part of the FDroid server tools # Copyright (C) 2010-2015, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013-2014 Daniel Martí +# Copyright (C) 2013-2014 Daniel Marti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by