Open GoogleCodeExporter opened 8 years ago
Some more information...
The change was made with r224, where, among other things, a lot of values in
atomfeedparser.cs got wrapped with Utilities.DecodedValue. The text is already
decoded once via ReadString(), so it should not need to be decoded again.
In Blogger's case, the offending code is at
http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/core/at
omfeedparser.cs#1135. It might also be worth looking into the other instances
of Utilities.DecodedValue(reader.ReadString()) as well, as I imagine the same
problem of double decoding exists.
Original comment by ron...@gmail.com
on 23 Nov 2010 at 6:40
Issue 471 has been merged into this issue.
Original comment by ccherub...@google.com
on 30 Jan 2011 at 8:31
Is there any way to extract unencoded content?
I'm trying to display HTML from a blog but it is always encoded.
Original comment by amdonnelly@gmail.com
on 28 Feb 2011 at 8:35
Original issue reported on code.google.com by
russell....@gmail.com
on 30 Jun 2010 at 12:21