Open seniorio opened 11 years ago
I have the same issue but in stories content.
Cool. I'll get on this hopefully soon. PR are always appreciated. Is it really as simple as adding a u -- are there other approaches that we should consider?
Unfortunately I’m not a Python dev so don’t want to accidentally give bad advice; this is an interesting read: http://blog.notdot.net/2010/07/Getting-unicode-right-in-Python
I’ll keep looking for best-practices in the meantime and submit a PR if I find something.
Cheers!
Hey, looks like I’m getting Python encoding errors if my Pivotal project name has a non-ASCII character in it, specifically ‘é’ in my case.
The error:
The line in question:
Adding the unicode
u
does fix the problem:But I guess this will be a tool-wide issue. Happy to submit a PR if needed, depending on what you think the correct way to fix this is.
Cheers :)