X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0521f436ed93fcfee1073656b425522cef34b204..aae69dfcf69ae9825f53f670aa09691934fc27ba:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 075a398..c5184a4 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -2,6 +2,7 @@ use utf8; use strict; use warnings; +no warnings 'qw'; # to quote or not to quote, that is the question use open IO => ':utf8'; our $VERSION = '1.0'; @@ -21,6 +22,12 @@ $header{content_type} = 'text/html; charset=utf-8';

RFC-1345 Digraphs

+

i^k in Vim. +Also see common digraphs.

+ +

Unofficial proposals +are available as ex commands.

+ <: my $di = do 'digraphs.inc.pl'; @@ -38,19 +45,20 @@ 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; -print "\n"; +print "\n"; for my $section (qw{thead tfoot}) { print "<$section>'; for my $c1 (@$c1group) { - print "
 "; - print "$_" for map {@$_} @chars2; + print '', quote($_) for map {@$_} @chars2; + print " \n"; } for my $c1group (@chars) { print '
$c1"; + print '
', quote($c1); for my $c2 (map {@$_} @chars2) { my $mnem = $c1 . $c2; if (not defined $di->{$mnem}) { @@ -61,9 +69,9 @@ for my $c1group (@chars) { printf '', quote($mnem); next; } - my ($codepoint, $name, $prop, $script) = @{ $di->{$mnem} }; + my ($codepoint, $name, $prop, $script, $string) = @{ $di->{$mnem} }; - my $glyph = chr $codepoint; + my $glyph = $string || chr $codepoint; utf8::upgrade($glyph); # prevent latin1 output my $desc = $mnem . ($name && " ($name)"); my @class = ('X', grep {$_} $prop, $script); @@ -74,7 +82,7 @@ for my $c1group (@chars) { printf "\n".'%s', join(' ', @class), quote($desc), $glyph; } - print "\n$c1\n"; + print "\n", quote($c1), "\n"; } } print "
\n"; @@ -96,6 +104,7 @@ print "\n"; latin hebrew arabic + korean japanese chinese @@ -104,7 +113,6 @@ print "\n"; unicode latin1 ascii - private proposed