X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/61b25c1967cc0ebd45e88802fcfb8c4f81363981..9445c538bedc82733b7b1c6eb9df7bf9cb54ed64:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 4ee4d1f..6b1a5c2 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -58,8 +58,8 @@ my @columns = !exists $get{split} ? \@chars2 : ([@chars2[0, 1, 3, 4, 6]], [@chars2[2, 5, 7]]); if ($mode) { - my $xorg = Data('data/digraphs-xorg'); - $_ = [ord $_] for values %{$xorg}; + my $xorg = Data('digraphs-xorg'); + $_->[3] = undef for values %{$xorg}; # reset alias classes $xorg->{$_}->[2] = # class = compatibility !$di->{key}->{$_} ? 'l2' : # free $di->{key}->{$_}->[0] != $xorg->{$_}->[0] ? 'l1' : # conflict