<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ $Data::Dumper::Indent = 1;
 use vars qw($VERSION %IRSSI);
 
 $VERSION = &quot;2.0.6&quot;;
-my ($REV) = '$Rev: 483 $' =~ /(\d+)/;
+my ($REV) = '$Rev: 484 $' =~ /(\d+)/;
 %IRSSI = (
     authors     =&gt; 'Dan Boger',
     contact     =&gt; 'zigdon@gmail.com',
@@ -21,7 +21,7 @@ my ($REV) = '$Rev: 483 $' =~ /(\d+)/;
       . 'Can optionally set your bitlbee /away message to same',
     license =&gt; 'GNU GPL v2',
     url     =&gt; 'http://twirssi.com',
-    changed =&gt; '$Date: 2009-02-20 14:37:28 -0800 (Fri, 20 Feb 2009) $',
+    changed =&gt; '$Date: 2009-02-21 13:53:25 -0800 (Sat, 21 Feb 2009) $',
 );
 
 my $window;
@@ -634,6 +634,7 @@ sub get_updates {
     return unless &amp;logged_in($twit);
 
     my ( $fh, $filename ) = File::Temp::tempfile();
+    binmode($fh, &quot;:utf8&quot;);
     my $pid = fork();
 
     if ($pid) {    # parent</diff>
      <filename>twirssi.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fabe4d576cf8b552863a1785426d90f978c133fb</id>
    </parent>
  </parents>
  <author>
    <name>Dan Boger</name>
    <login></login>
    <email>zigdon@irc.peeron.com</email>
  </author>
  <url>http://github.com/bssteph/twirssi/commit/bdc2070c22dfcfc52038f4258ac118f321132dbf</url>
  <id>bdc2070c22dfcfc52038f4258ac118f321132dbf</id>
  <committed-date>2009-02-21T13:53:54-08:00</committed-date>
  <authored-date>2009-02-21T13:53:54-08:00</authored-date>
  <message>r484 - Add binmode so that we don't break incoming UTF8 tweets</message>
  <tree>1c73d1158bbc932d1a7cdadd3a7823a5e4e9f1c2</tree>
  <committer>
    <name>Dan Boger</name>
    <login></login>
    <email>zigdon@irc.peeron.com</email>
  </committer>
</commit>
