I just posted a bug report for this in the tracker.
Basicly I have several URL's I am parsing from an HTML page and they have a query with the URL and one of the parameters is ®ion well HTMLParser is returning
"®ion" as "ion".
Example:
<p><a
href="http://www.someplace.com/somepage.html?®ion=us">Search
By Region</a></p>
<p><a
href="http://www.someplace.com/somepage.html?®ion=&destination=184">Search
by Destination</a></p>
I just posted a bug report for this in the tracker.
Basicly I have several URL's I am parsing from an HTML page and they have a query with the URL and one of the parameters is ®ion well HTMLParser is returning
"®ion" as "ion".
Example:
<p><a
href="http://www.someplace.com/somepage.html?®ion=us">Search
By Region</a></p>
<p><a
href="http://www.someplace.com/somepage.html?®ion=&destination=184">Search
by Destination</a></p>
Returns:
http://www.someplace.com/somepage.html?ion=us
http://www.someplace.com/somepage.html?ion=&destination=184
This was a bug in earlier versions.
Are you up to speed on 1.41?