Skip to content

Commit

Permalink
regain lost utf 8 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Jan 29, 2013
1 parent 6a324a2 commit 7e428e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pause_1999/main.pm
Expand Up @@ -247,7 +247,7 @@ sub can_utf8 {
$self->{CAN_UTF8} = $major >= 1 && $minor >= 1;
warn "CAN_UTF8[$self->{CAN_UTF8}]protocol[$protocol]uagent[$uagent]";
}
$self->{CAN_UTF8};
$self->{CAN_UTF8} = 1;
}

sub uagent {
Expand Down

0 comments on commit 7e428e2

Please sign in to comment.