X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0aaffaf050bd5ca5ce5b5caf9e8dec1e8a1b7a48..054d1037c3f618df44d195a3e63b4832d0eab3b7:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 237cc7b..a78a90c 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -1,26 +1,25 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; -:> - +Html({ + title => 'digraph cheat sheet', + version => 'v1.0', + description => [ + "Complete table of digraph characters from RFC-1345.", + ], + keywords => [qw' + digraph compose character char glyph table unicode vim + '], + stylesheet => [qw'light'], + data => [qw( digraphs.inc.pl )], +}); - - -digraph cheat sheet - - -<:= stylesheet(qw'light') :> - - - - +:>

RFC-1345 Digraphs

-

i^k in Vim. +

i^k in Vim. Also see common digraphs.

-

Unofficial proposals +

Unofficial proposals are available as ex commands.

<: @@ -64,7 +63,7 @@ for my $c1group (@chars) { my @class = ('X', grep {$_} $prop, $script); $glyph = EscapeHTML($glyph); - $glyph = "$glyph" if $prop eq 'Zs'; + $glyph = "$glyph" if $prop =~ /\bZs\b/; printf "\n".'%s', join(' ', @class), EscapeHTML($desc), $glyph; @@ -100,18 +99,9 @@ print "\n"; unicode latin1 ascii - proposed + vim extension + proposal + not in vim - - -