X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5eb5ea37fdc8a195430cf7b198aacb30057b87a8..e9cb855977ddc299c5ef1d74ce260e4ad4e21a08:/unicode.plp?ds=sidebyside diff --git a/unicode.plp b/unicode.plp index f506fb5..7149953 100644 --- a/unicode.plp +++ b/unicode.plp @@ -28,8 +28,12 @@ i^k or i^vu respectively in Vim. use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; +if (exists $get{di}) { + $glyphs->{digraph} = defined $get{di} ? ! !$get{di} : 1; + $glyphs->{unicode} = 1; +} if (exists $get{q}) { - $glyphs->{unicode}--; + $glyphs->{unicode} = -1; $glyphs->{digraph}--; } @@ -207,8 +211,8 @@ $verbose ? (
ascii - digraph - proposed + <:= $glyphs->{digraph} ? 'digraph' : 'latin1' :> + <:= $glyphs->{digraph} ? 'proposed' : 'BMP' :> other unicode discouraged