Steve Holden wrote:

>>>
> You must be doing *something* wrong:
> 
>  >>> link = 
> "/news/newsArticle.aspx?type=businessNews&storyID=2005-10-05T151245Z_01_HO548006_RTRUKOC_0_UK-AIRLINES-BA.xml"
>  
> 
>  >>> link = link.replace('&','&')
>  >>> link
> '/news/newsArticle.aspx?type=businessNews&storyID=2005-10-05T151245Z_01_HO548006_RTRUKOC_0_UK-AIRLINES-BA.xml'
>  
> 
>  >>>
> 
> regards
>  Steve

What you and I typed was ascii. The value of link came from importing 
that utf-8 web page into that variable.  That is why I think it is not 
working.  But not sure what the solution is.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to