Help for this page
use Encode; use Tk; ... my $mw = MainWindow->new; $mw->Label(-text => encode("iso-8859-1", $text))->pack; MainLoop;
$mw->Label(-text => encode("iso-8859-1", $text))->pack; $mw->Label(-text => $text)->pack;