adding<br>binmode STDOUT, ":utf8";<br>above the print line seemed to fix the issue.<br><br>But now that I've played with the script a bit I've noticed that although the shows I have recordings for are showing up in green on the main tv episodes listing when I click on the show it shows not recorded for everything, arg<br>
<br><div class="gmail_quote">On Fri, Aug 13, 2010 at 1:09 PM, Nick Morrott <span dir="ltr"><<a href="mailto:knowledgejunkie@gmail.com">knowledgejunkie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 13 August 2010 19:33, Dan Smith <<a href="mailto:mrplowdan@gmail.com">mrplowdan@gmail.com</a>> wrote:<br>
<br>
> looking through /var/log/apache2/error.log I see this error while running<br>
> Update Show Listing, not sure if thats related.<br>
> Wide character in print at modules/episode/utils/<a href="http://grabshowsall.pl" target="_blank">grabshowsall.pl</a> line 91.<br>
<br>
</div>The Perl script is trying to print (which expects octets) a UTF-8 or<br>
other multi-byte character whilst it is stored in Perl's internal<br>
string format. Encode::encode() should sort it out.<br>
<br>
Cheers,<br>
Nick<br>
<font color="#888888"><br>
--<br>
Nick Morrott<br>
<br>
MythTV Official wiki: <a href="http://mythtv.org/wiki/" target="_blank">http://mythtv.org/wiki/</a><br>
MythTV users list archive: <a href="http://www.gossamer-threads.com/lists/mythtv/users" target="_blank">http://www.gossamer-threads.com/lists/mythtv/users</a><br>
<br>
"An investment in knowledge always pays the best interest." - Benjamin Franklin<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>