digraphs/xorg: json include with character info
[sheet.git] / digraphs.plp
index 4ee4d1f2bffce64addf1eaf31f2142b34be9d94a..6b1a5c21bc05371f6c51971a2003684be250ce44 100644 (file)
@@ -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