Thread [Tk] File auswählen unicode
(31 answers)
Opened by welle at 2013-11-01 20:07 2013-11-06T12:20:06 pq Hab's eben ausprobiert: Code (perl): (dl
)
1 2 3 4 5 6 my $decoder = Encode::Guess->guess($initfile); die $decoder unless ref($decoder); say "Encoding ", $decoder->name; # => Encoding utf8 ...... my $converter = Text::Iconv->new("utf8", 'iso-8859-1'); # => Unsupported conversion Gruß
GUIfreund |