-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding problems when body contains non ascii chars #40
Comments
I think a simple Also, I'm having trouble running tests locally, the function Thank you. |
Hi Lucas,
Thanks for the kind words and the patch.
Out until Tuesday morning (and away from computer), I will be able to have
a look only later.
Thanks
Jc
On Jan 26, 2018 4:27 PM, "lucasbrunialti" <notifications@github.com> wrote:
I think a simple # -*- coding: utf-8 -*- in the header solve the problem,
I'm trying a fix, can you predict any problem that this can cause?
Also, I'm having trouble running tests locally, the function do_commit can
not find the VERSION file, so it fails many tests. I can make a fix for
that too, but I don't if I've just missed some setup...
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANXo_hzLaTHLjitEBerRflOs_In-a_7ks5tOm2KgaJpZM4RvDbG>
.
|
We also had to set |
Trying to reproduce the encoding issue locally, I tried the following:
but this doesn't trigger the error |
I'm thinking the problem is not with the |
Could this be related to http://bugs.python.org/issue19846 And here is a quote from https://bugs.python.org/issue19846#msg205545
|
First, j0057 that's a really nice project! :)
Using Python2.7 and running the following command raises an exception:
Exception traceback:
The text was updated successfully, but these errors were encountered: