GoogleCodeArchives / svnplot

Automatically exported from code.google.com/p/svnplot
0 stars 0 forks source link

error in getURL : UnicodeDecodeError #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. While creating the Sqlite file for a repository 

What is the expected output? What do you see instead?
“file svnlogiter.py”, line 401, in getUrl
>
> Path=path.encode(‘utf8’)
>
> UnicodeDecodeError:’ascii’ codec cant decode byte 0Xe5 in position 47.
> Ordinal not in range <128>.”

What version of the product are you using? On what operating system?
0.5.14

Please provide any additional information below.
I resolved this by commenting out the "Path=path.encode('utf8')" line in
SVNlogiter.py

-NT

Original issue reported on code.google.com by nikhilt...@gmail.com on 15 Feb 2010 at 10:07

GoogleCodeExporter commented 9 years ago
fixed in 0.6. please verify.

Original comment by nitinbh...@gmail.com on 5 Apr 2010 at 3:35