X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f22a9debc2c3c50828c31ff028057734a4aadea6..054d1037c3f618df44d195a3e63b4832d0eab3b7:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 8b09697..a78a90c 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -10,15 +10,16 @@ Html({ digraph compose character char glyph table unicode vim '], stylesheet => [qw'light'], + data => [qw( digraphs.inc.pl )], }); :>

RFC-1345 Digraphs

-

i^k in Vim. +

i^k in Vim. Also see common digraphs.

-

Unofficial proposals +

Unofficial proposals are available as ex commands.

<: @@ -62,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; @@ -98,7 +99,9 @@ print "\n"; unicode latin1 ascii - proposed + vim extension + proposal + not in vim