<div>Hi,</div>
<div>I'm learning this and I'm making a program which takes RSS feeds and processes them and then outputs them to a HTML file.</div>
<div>The problem I have is that some of the RSS feeds contain chachters which I think are outside of the ascii range as when I attempt to write the file containing themI get the follwoign error:</div>
<div>File "C:\Users\Paul\Desktop\python\Feed reader\test.py", line 201, in <module><br>    runner(1,"save.ahc")<br>  File "C:\Users\Paul\Desktop\python\Feed reader\test.py", line 185, in runner<br>
    h.write(html[countera])<br>UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 1147: ordinal not in range(128)</div>
<div>For the life of me I can't figure out what I should do to stop this - I tried to change the html by doing a html[countera] = unicode(html[countera]) but it didn't seem to chaneg anything.</div>
<div>Any help would be greatly appreciated,</div>
<div>Thanks</div>
<div>Paul</div>
<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"></blockquote></div>