Ebeo / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

The Url value in IBookResult is not UrlDecoded. #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a format issue.

The Url property in the IBookResult has the value like:
http://books.google.com/books%3Fid%3DozVOQpdtA2cC%26printsec%3Dfrontcover%2
6dq%3DFacility%252Bmanagement%26num%3D8%26client%3Dinternal-
uds%26cd%3D1%26source%3duds 

But the Url properties in the others results are all have been UrlDecoded. 
They would look like(I just decode the book url for example):
http://books.google.com/books?
id=ozVOQpdtA2cC&printsec=frontcover&dq=Facility%2Bmanagement&num=8&client=i
nternal-uds&cd=1&source=uds 

So, Is the Url property in IBookResult designed different from the Url 
properties in the other I***Result? (In terms of Decoded or Encoded)

Regards,

Original issue reported on code.google.com by sun52...@gmail.com on 17 May 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Thanks for reporting. What's the version? v0.3.1 or v0.4?

Original comment by iron9li...@gmail.com on 20 May 2010 at 3:58