Re: [HACKERS] Duplicate assignment in Unicode/convutils.pm

2017-04-07 Thread Heikki Linnakangas
On 04/07/2017 09:32 AM, Kyotaro HORIGUCHI wrote: Hi, I found that convutils.pl contains a harmless duplicate assignemnt. my $out = {f => $fname, l => $., code => hex($1), ucs => hex($2), comment => $4, direction => BOTH,

[HACKERS] Duplicate assignment in Unicode/convutils.pm

2017-04-06 Thread Kyotaro HORIGUCHI
Hi, I found that convutils.pl contains a harmless duplicate assignemnt. > my $out = {f => $fname, l => $., >code => hex($1), >ucs => hex($2), >comment => $4, >direction => BOTH, >f => $fname, >l =>