writing: highlight cells according to unicode version
[sheet.git] / digits.plp
index f688d054104071ac5d4d817215e2de8862d7acf8..10311511b73a1c71b6aff83a003b939728ac20e1 100644 (file)
@@ -29,7 +29,7 @@ my $glyphs = Shiar_Sheet::FormatChar->new;
 unless (exists $get{v}) {
        $glyphs->{unicode}--;
        $glyphs->{anno}  = [];
-       $glyphs->{style} = 0;
+       $glyphs->{style} = 'univer';
 }
 
 my $scriptname = do 'writing-script.inc.pl';