X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/23a77ad01b96149db5e07121c09481dd1c5d9b4a..9a4d89685edcb4399aa500d38de84b0101ad09b2:/unicode.plp diff --git a/unicode.plp b/unicode.plp index e2c3c11..a2e834a 100644 --- a/unicode.plp +++ b/unicode.plp @@ -1,21 +1,20 @@ <(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 red') :> - - - - -

Common uncommon Unicode

+:> +

Common Unicode

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

@@ -120,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 ''; } } @@ -277,14 +276,3 @@ $verbose ? ( - - -