<(common.inc.plp)><: Html({ title => 'latin alphabet cheat sheet', version => '1.2', description => [ ], keywords => [qw' latin roman alphabet script letter unicode font glyph abc writing comparison character sample test language spelling cursive fraktur blind deaf '], stylesheet => [qw'light dark red'], data => ['writing-latn.inc.pl'], }); :>

Latin alphabet

Also see other alphabets and common chars.

<: my @table = do 'writing-latn.inc.pl'; if ($! or $@) { printf "

Table data not found: %s.

\n", $@ || $!; } else { print ''; print ref $_ ne 'ARRAY' ? "
$_" : map {/^$_"} @$_ for @table; print "
\n\n"; } print "
\n";