<div dir="ltr">Hi Steve<div><br></div><div>I gave it a go... but no luck... </div><div><div>Traceback (most recent call last):<br></div><div>  File "./tv_grab_nz-py", line 227, in <module></div><div>    use = raw_input('Use channel %s (%s)? [y/N]' % (channel[1], channel[0]))</div>
<div>UnicodeEncodeError: 'ascii' codec can't encode character u'\u0101' in position 13: ordinal not in range(128)</div></div><div><br></div><div>Cheers</div><div><br></div><div>A. </div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 18 December 2013 13:46, Steve Holdoway <span dir="ltr"><<a href="mailto:steve@greengecko.co.nz" target="_blank">steve@greengecko.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Wed, 2013-12-18 at 11:28 +1300, Andrew Taylor wrote:<br>
> Hi<br>
><br>
><br>
> Apologies if this has been answered before, I had a search through the<br>
> archive but couldn't find a working answer.<br>
><br>
><br>
> I downloaded the latest tv_grab_nz-py from <a href="http://nice.net.nz" target="_blank">nice.net.nz</a> and made the<br>
> adjustments mentioned by stephen in this thread:<br>
> <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/559187" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/559187</a><br>
><br>
><br>
> From:<br>
> doc = ElementTree.parse(StringIO(text)).getroot()<br>
> ----<br>
> To:<br>
> parser = ElementTree.XMLParser(encoding="ISO-8859-1")<br>
> doc = ElementTree.parse(StringIO(text), parser=parser).getroot()<br>
><br>
><br>
><br>
> But it still dies in the configuration for me when it gets to Marori<br>
> TV with the unicodeEncodeError .<br>
><br>
><br>
> Is there anything else I am missing?<br>
> Running Ubuntu 12.04LTS Server (fresh install) with tvheadend and xbmc<br>
><br>
><br>
><br>
><br>
> Cheers<br>
><br>
><br>
><br>
><br>
> Andrew<br>
><br>
</div></div>I have no idea if this is relevant or not, but ISO-8859-1 usually means<br>
the old windows-1252 character set, which probably doesn't support Maori<br>
specific characters. Does UTF-8 encoding work any better??<br>
<br>
Cheers,<br>
<br>
<br>
Steve<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Steve Holdoway BSc(Hons) MIITP<br>
<a href="http://www.greengecko.co.nz" target="_blank">http://www.greengecko.co.nz</a><br>
Linkedin: <a href="http://www.linkedin.com/in/steveholdoway" target="_blank">http://www.linkedin.com/in/steveholdoway</a><br>
Skype: sholdowa<br>
<br>
<br>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
</font></span></blockquote></div><br></div>