X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/777198d5e254e56477f141b5ee693b5b6be524e6..c11640facf0c976140547ef1b58971ec8a661dd3:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 81944b2..5c3bf07 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -1,40 +1,28 @@ -<: -use utf8; -use strict; -use warnings; -use open IO => ':utf8'; - -our $VERSION = '1.0'; - -$header{content_type} = 'text/html; charset=utf-8'; +<(common.inc.plp)><: + our $VERSION = 'v1.0'; :> + digraph cheat sheet - - +<:= stylesheet(qw'light') :> - +

RFC-1345 Digraphs

i^k in Vim. Also see common digraphs.

+

Unofficial proposals +are available as ex commands.

+ <: my $di = do 'digraphs.inc.pl'; -sub quote { - local $_ = shift; - s/"/"/g; - s//>/g; - return $_; -} - my @chars = ( [qw{! " % ' ( ) * + , - . /}], ['0'..'9'], [qw{: ; < = > ?}], @@ -43,18 +31,18 @@ my @chars = ( ); my @chars2 = (['_'], @chars); # trailing character (extended set) -print ''; +print '
'; print qq'' for map {scalar @$_} @chars2; print "\n"; for my $section (qw{thead tfoot}) { - print "<$section>'; for my $c1 (@$c1group) { - print '
 "; - print '', quote($_) for map {@$_} @chars2; + print "<$section>
↳"; + print '', EscapeHTML($_) for map {@$_} @chars2; print " \n"; } for my $c1group (@chars) { print '
', quote($c1); + print '
', EscapeHTML($c1); for my $c2 (map {@$_} @chars2) { my $mnem = $c1 . $c2; if (not defined $di->{$mnem}) { @@ -62,7 +50,7 @@ for my $c1group (@chars) { next; } if (ref $di->{$mnem} ne 'ARRAY') { - printf '', quote($mnem); + printf '', EscapeHTML($mnem); next; } my ($codepoint, $name, $prop, $script, $string) = @{ $di->{$mnem} }; @@ -72,19 +60,19 @@ for my $c1group (@chars) { my $desc = $mnem . ($name && " ($name)"); my @class = ('X', grep {$_} $prop, $script); - $glyph = quote($glyph); + $glyph = EscapeHTML($glyph); $glyph = "$glyph" if $prop eq 'Zs'; printf "\n".'%s', - join(' ', @class), quote($desc), $glyph; + join(' ', @class), EscapeHTML($desc), $glyph; } - print "\n", quote($c1), "\n"; + print "\n", EscapeHTML($c1), "\n"; } } print "
\n"; :> -
- +
+
control spacing modifier @@ -105,7 +93,7 @@ print "
\n"; chinese - +
unicode latin1 ascii @@ -113,16 +101,14 @@ print "
\n";
-