X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f63a57e71a3aed6fe5e80ca979186e3bd6c7eb6b..5f6d3958e4207035fefe088df2519231b5f07476:/unicode.plp diff --git a/unicode.plp b/unicode.plp index bc3ee70..349ec78 100644 --- a/unicode.plp +++ b/unicode.plp @@ -1,22 +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 red') :> - +:> +

Common Unicode

- -

Common uncommon Unicode

- -

i^k in Vim. +

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

@@ -73,6 +73,8 @@ sub glyph_table { $cell = ''; } else { + push @class, 'X'; + if ($cell =~ s/^-//) { push @class, 'di-rare'; # discouraged } @@ -86,9 +88,6 @@ sub glyph_table { push @class, 'di-prop' # unofficial if $diinfo->{$code}->[2] =~ /\bXz\b/; } - elsif (defined $name) { - push @class, 'X'; - } if ($cell =~ /[ -~]/) { push @class, 'di-a'; # ascii @@ -276,14 +275,3 @@ $verbose ? (
- - -