Thread Term::ReadKey::ReadKey Codierungsfrage
(13 answers)
Opened by Kuerbis at 2014-07-06 21:09
ich weiss nicht (mangels windows), aber das binmode müsste laut doku eigentlich so aussehen:
binmode STDOUT, ":encoding(console_out)"; also mit doppelpunkt. unter linux scheint aber beides (mit und ohne doppelpunkt) dasselbe zu tun. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |