Changeset 294a3aa in lab.git for Dev/twitter
- Timestamp:
- Dec 19, 2010 12:15:35 AM (14 years ago)
- Branches:
- master, trunk
- Children:
- ee655ec
- Parents:
- fe75883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/dump_timeline.pl
rfe75883 r294a3aa 88 88 $text .= " [" . $status->{created_at} . "]"; 89 89 $text .= " (". $status->{id} . ")"; 90 $text .= " ". encode('utf8', $status->{text});90 $text .= " ". $status->{text}; 91 91 $text =~ s/\n//; 92 print $text, "\n";92 print encode('utf8', $text), "\n"; 93 93 } 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.