X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e155b6dc4a8a43375d222c6a920a59fceb23e128..9cabbcb99510ce7c9256d085d1c9de6c0b5fc8ce:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 5b3093d..2f9969a 100644 --- a/unicode.plp +++ b/unicode.plp @@ -31,12 +31,10 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; if (exists $get{di}) { - $glyphs->{anno} = (!defined $get{di} || $get{di}) && 'di'; - $glyphs->{unicode} = 1; + $glyphs->{anno} = [ (!defined $get{di} || $get{di}) && 'di', 'hex' ]; } if (exists $get{q}) { - $glyphs->{unicode} = -1; - $glyphs->{anno} = 0; + $glyphs->{anno} = []; } our $verbose = exists $get{v};