Index: Dev/twitter/dump_timeline.pl
===================================================================
--- Dev/twitter/dump_timeline.pl	(revision fe7588333fde0d1dba7162596725ea5f269b68ab)
+++ Dev/twitter/dump_timeline.pl	(revision 294a3aa0a1afb56d06c211c969bca66aabcc360b)
@@ -88,7 +88,7 @@
                 $text .= " [" . $status->{created_at} . "]";
                 $text .= " (". $status->{id} . ")";
-                $text .= " ". encode('utf8', $status->{text});
+                $text .= " ".  $status->{text};
                 $text =~ s/\n//;
-                print $text, "\n";
+                print encode('utf8', $text), "\n";
             }
         }
