diff --git a/modeline b/modeline index c296dfb..b9bd0a0 100755 --- a/modeline +++ b/modeline @@ -45,7 +45,7 @@ sub refresh { my $text = " " x $ncol; my $rend = [($self->{rs_tabbar}) x $ncol]; - my $output = `$self->{command} $ncol`; + my $output = $self->locale_decode(`$self->{command} $ncol`); substr $text, 0, length $output, $output; my $idx = 0;