From f0d2e7b1c5457af2918c35255854c6d105832c64 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 15 Apr 2020 00:08:11 -0700 Subject: TODO --- perl5/Local/Interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl5') diff --git a/perl5/Local/Interactive.pm b/perl5/Local/Interactive.pm index c70d37a4..58d09d02 100644 --- a/perl5/Local/Interactive.pm +++ b/perl5/Local/Interactive.pm @@ -239,6 +239,7 @@ sub _sysptycap_tty { } $slave->close; exit 2 if $interrupted; + # TODO decode $output according to the locale's charset return { exit => $? >> 8, output => $output }; } -- cgit v1.2.3