X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c11640facf0c976140547ef1b58971ec8a661dd3..9a4d89685edcb4399aa500d38de84b0101ad09b2:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 959b121..a2e834a 100644 --- a/unicode.plp +++ b/unicode.plp @@ -1,20 +1,22 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; -:> - +Html({ + title => 'unicode glyph cheat sheet', + version => 'v1.0', + description => [ + "Common Unicode characters with digraph or code point, layed out for quick location.", + "Includes general signs, arrows, drawing characters, and IPA letters.", + ], + keywords => [qw' + unicode glyph char character reference common ipa sign mark table digraph + '], + stylesheet => [qw'light dark red'], +}); - - -digraph cheat sheet -<:= stylesheet(qw'light dark') :> - +:> +

Common Unicode

- -

Common uncommon Unicode

- -

i^k in Vim. +

i^k in Vim. Also see the complete digraphs table.

@@ -117,11 +119,11 @@ sub glyph_table { sub print_glyph_tables { while (@_) { - printf '

%s

'."\n\n", shift; + printf '

%s

'."\n\n", shift; while (ref $_[0] and $_ = shift) { print glyph_table($_); } - print '
'; + print ''; } } @@ -274,14 +276,3 @@ $verbose ? (
- - -