X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1d4491c7330698c4dcc66a4c2c168a94fba24aff..a0ba9298856b2426c5c66b6d2f2b284d98cee594:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 4d93554..25f89de 100644 --- a/unicode.plp +++ b/unicode.plp @@ -16,10 +16,16 @@ $header{content_type} = 'text/html; charset=utf-8'; digraph cheat sheet - +<: + my %styles = map {$_ => $_} qw(dark circus mono red terse); + our $style = exists $get{style} && $styles{$get{style}} || 'light'; + printf(qq{\n}, + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_ + ) for keys %styles; +:> - +

Common uncommon Unicode

i^k in Vim. @@ -137,16 +143,16 @@ sub print_glyph_tables { print_glyph_tables( 'Popular', - [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚}], - [qw{. † ‡ • . § ¶ # . © ® ™ . − × ÷ . ± ² √}], + [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}], + [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}], [qw{. å ä ö ü ß . Å æ ø ű ſ}], [qw{. ¿ ç ñ é ê è}], 'Arrows', [qw{. ↖ ↑ ↗ ↔ . ← - → ↕ . ↙ ↓ ↘ -}], [qw{. ⇖ ⇑ ⇗ ⇔ . ⇐ - ⇒ ⇕ . ⇙ ⇓ ⇘ -}], - [qw{. ◤ ▲ ◥ . ◀ ◆ ▶ . ◣ ▼ ◢}], - [qw{. ◸ △ ◹ . ◁ ◇ ▷ . ◺ ▽ ◿}], + [qw{. ◤ ▲ ◥ . ◀ ◆ ▶ . ◣ ▼ ◢ }], + [qw{. ◸ △ ◹ . ◁ ◇ ▷ . ◺ ▽ ◿ }], 'Line drawing', [qw{. ┌ ┬ ┐ . ├ ┼ ┤ . └ ┴ ┘}], @@ -233,7 +239,7 @@ print_glyph_tables( .>M ま み む め も = .>Y や = ゆ = よ = .>R ら り る れ ろ = - .>W わ ゐ = ゑ を = + .>W わ -ゐ = -ゑ を = }], [qw{ - A I U E O @@ -269,11 +275,21 @@ print_glyph_tables( :> -