Closed GoogleCodeExporter closed 9 years ago
I think the call to repr() is screwing this up. In this case, repr() is used
for enclosing the string in quotes, which is useful if there are spaces in a
path name. However, I didn't expect that it will have a different effect on
unicode objects.
I'm thinking of just replacing line 94 with:
return "'" + obj.encode('utf-8', 'ignore') + "'"
Original comment by daru...@gmail.com
on 24 Jul 2011 at 1:29
This issue was closed by revision 7d2264039281.
Original comment by daru...@gmail.com
on 14 Aug 2011 at 12:17
Original issue reported on code.google.com by
lucas.se...@gmail.com
on 10 Jul 2011 at 8:01