Leser: 22
1
2
3
4
5
6
7
8
9
use Tk;
use utf8;
$Text = "Übungstext zum üben mit überflüssigem Text.";
$mw = MainWindow->new();
$Test_txt = $mw->Text(-height=>'35', -width=>'90')->pack();
$Test_txt->insert('end', $Text);
MainLoop;
QuoteMalformed UTF-8 character (unexpected non-continuation byte 0x62, immediately after start byte 0xdc) at tk_und_umlaute.pl line 4.
Malformed UTF-8 character (unexpected non-continuation byte 0x62, immediately after start byte 0xfc) at tk_und_umlaute.pl line 4.
Malformed UTF-8 character (unexpected non-continuation byte 0x62, immediately after start byte 0xfc) at tk_und_umlaute.pl line 4.
Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xfc) at tk_und_umlaute.pl line 4.