X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d5bb14b29d37e8fdd1e4f7b44f7b548d4d0ad74d..d7c1207fb1cf7dcac45dd455a78d4c8c106ca4a3:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 02fcbc5..068961d 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -24,6 +24,9 @@ $header{content_type} = 'text/html; charset=utf-8';

i^k in Vim. Also see common digraphs.

+

Unofficial proposals +are available as ex commands.

+ <: my $di = do 'digraphs.inc.pl'; @@ -41,7 +44,7 @@ my @chars = ( ['A'..'M'], ['N'..'Z'], ['a'..'m'], ['n'..'z'], ); -my @chars2 = (@chars, ['_']); # trailing character (extended set) +my @chars2 = (['_'], @chars); # trailing character (extended set) print ''; print qq'' for map {scalar @$_} @chars2; @@ -109,7 +112,6 @@ print "
\n"; unicode latin1 ascii - private proposed