X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/740405f2d6d7c60e27d2d168573b38a76d321156..d7c1207fb1cf7dcac45dd455a78d4c8c106ca4a3:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 9405bfd..73d07a5 100644 --- a/unicode.plp +++ b/unicode.plp @@ -15,40 +15,59 @@ $header{content_type} = 'text/html; charset=utf-8'; digraph cheat sheet - + @@ -75,78 +94,115 @@ sub quote { sub table { my ($width, $digraphs, $rowheads, $colheads) = @_; - my @cells; - push @cells, sprintf '%s%s', - $di{ord $_} && $diinfo->{$di{ord $_}}->[1], - $_ eq '-' ? ' ' : quote($_), - $di{ord $_} && sprintf(' %s', $di{ord $_}) - for @$digraphs; - - if ($rowheads) { - splice @cells, $_ * $width, 0, ''.($rowheads->[$_] || ' ') - for reverse 0 .. $#cells / $width; - $width++; - } - my @rows; - push @rows, sprintf '%s', join '', splice @cells, 0, $width, () - while @cells; + + my $colspan = 1; + for my $cell (@$digraphs) { + my $class; + if ($cell eq '.') { + push @rows, ''; + $rows[-1] .= ''.(shift @$rowheads || ' ') if $rowheads; + next; + } + elsif ($cell eq '>') { + $colspan++; + next; + } + elsif ($cell =~ s/^-//) { + $class = 'empty'; + } + elsif ($cell eq '=') { + $class = 'reserved'; + $cell = ''; + } + + my $code = join '', map { $di{ord $_} || '' } split //, $cell; + my $name = $diinfo->{$code}->[1]; + + $rows[-1] .= sprintf('%s%s', + defined $name ? qq{ title="$name"} : '', + defined $class ? qq{ class="$class"} : '', + $colspan > 1 && qq{ colspan="$colspan"}, + $cell eq '' ? ' ' : quote($cell), + $code ne '' ? sprintf(' %s', quote($code)) + : length($cell) == 1 && $cell !~ /[a-z]/ + ? sprintf(' %04X', 'value', ord $cell) + : '', + ); + + $colspan = 1; + } if ($colheads) { unshift @rows, sprintf '%s', join '', - map { sprintf '%s', split(/:/, $colheads->[$_], 2) } - 0 .. $width-2; + map { sprintf '%s', split(/:/, $_, 2) } + @$colheads } - return sprintf "%s
\n", join '', @rows; + return sprintf "\n%s
\n", join '', map {"$_\n"} @rows; } +print "

Common

\n\n"; +print table(@$_) for ( + [ 3 => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚}]], + [ 3 => [qw{. † ‡ • . § ¶ # . © ® ™ . − × ÷ . ± ² √}]], + [ 3 => [qw{. å ä ö ü ß . Å æ ø ű ſ}]], + [ 3 => [qw{. ¿ ç ñ é ê è}]], +); + print "

Arrows

\n\n"; print table(@$_) for ( - [ 4 => [qw{↖ ↑ ↗ ↔ ← - → ↕ ↙ ↓ ↘ -}]], - [ 4 => [qw{⇖ ⇑ ⇗ ⇔ ⇐ - ⇒ ⇕ ⇘ ⇓ ⇙ -}]], - [ 3 => [qw{◤ ▲ ◥ ◀ ◆ ▶ ◣ ▼ ◢}]], - [ 3 => [qw{◸ △ ◹ ◁ ◇ ▷ ◺ ▽ ◿}]], + [ 4 => [qw{. ↖ ↑ ↗ ↔ . ← - → ↕ . ↙ ↓ ↘ -}]], + [ 4 => [qw{. ⇖ ⇑ ⇗ ⇔ . ⇐ - ⇒ ⇕ . ⇙ ⇓ ⇘ -}]], + [ 3 => [qw{. ◤ ▲ ◥ . ◀ ◆ ▶ . ◣ ▼ ◢}]], + [ 3 => [qw{. ◸ △ ◹ . ◁ ◇ ▷ . ◺ ▽ ◿}]], ); print "

Line drawing

\n\n"; print table(@$_) for ( - [ 4 => [qw{┌ ┬ ┐ ─ ├ ┼ ┤ │ └ ┴ ┘ -}]], - [ 4 => [qw{┏ ┳ ┓ ━ ┣ ╋ ┫ ┃ ┗ ┻ ┛ -}]], - [ 3 => [qw{┍ ┯ ┑ ┝ ┿ ┥ ┕ ┷ ┙}]], - [ 3 => [qw{┎ ┰ ┒ ┠ ╂ ┨ ┖ ┸ ┚}]], -# [ 4 => [qw{╔ ╦ ╗ ═ ╠ ╬ ╣ ║ ╚ ╩ ╝ -}]], -# [ 3 => [qw{╒ ╤ ╕ ╞ ╪ ╡ ╘ ╧ ╛}]], -# [ 3 => [qw{╓ ╥ ╖ ╟ ╫ ╢ ╙ ╨ ╜}]], + [ 4 => [qw{. ┌ ┬ ┐ . ├ ┼ ┤ . └ ┴ ┘}]], + [ 4 => [qw{. ┏ ┳ ┓ . ┣ ╋ ┫ . ┗ ┻ ┛}]], + [ 3 => [qw{. ┍ ┯ ┑ . ┝ ┿ ┥ . ┕ ┷ ┙}]], + [ 3 => [qw{. ┎ ┰ ┒ . ┠ ╂ ┨ . ┖ ┸ ┚}]], + [ 4 => [qw{ + . ╴ ─ ╌ ┄ ┈ ╶ ╾ + . ╸ ━ ╍ ┅ ┉ ╺ ╼ + . ╵ │ ╎ ┆ ┊ ╷ ╿ + . ╹ ┃ ╏ ┇ ┋ ╻ ╽ + }]], + [ 1 => [qw{. ╱ ╳ ╲ }]], + [ 4 => [qw{. ╔ ╦ ╗ ═ . ╠ ╬ ╣ ║ . ╚ ╩ ╝ - }]], + [ 3 => [qw{. ╒ ╤ ╕ . ╞ ╪ ╡ . ╘ ╧ ╛ }]], + [ 3 => [qw{. ╓ ╥ ╖ . ╟ ╫ ╢ . ╙ ╨ ╜ }]], ); print "

Signs

\n\n"; print table(@$_) for ( - [ 3 => [qw{▘ ▀ ▝ ▌ █ ▐ ▖ ▄ ▗ ░ ▒ ▓}]], - [ 3 => [qw{□ ▣ ■ ▤ ▦ ▥ ▧ ▩ ▨}]], - [ 4 => [qw{♠ ♡ ♢ ♣ ♤ ♥ ♦ ♧}]], - [10 => [qw{☼ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}]], # solar -# [12 => [qw{♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓}]], # zodiac - [ 8 => [qw{¤ ¢ ₥ € £ ₨ $ ¥ ₫ ₭ ₦ ₱ ₧ ₮ ₩ ₪}]], + [ 3 => [qw{. ▘ ▀ ▝ . ▌ █ ▐ . ▖ ▄ ▗ . ░ ▒ ▓}]], + [ 3 => [qw{. □ ▣ ■ . ▤ ▦ ▥ . ▧ ▩ ▨}]], + [ 4 => [qw{. ♠ ♡ ♢ ♣ . ♤ ♥ ♦ ♧}]], + [ 5 => [qw{. ☼ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}]], # solar +# [12 => [qw{. ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓}]], # zodiac + [ 8 => [qw{. ¤ ¢ ₥ € £ ₨ $ ¥ . ₫ ₭ ₦ ₱ ₧ ₮ ₩ ₪}]], ); print "

IPA

\n\n"; print table(@$_) for ( [ 12 => [qw{ - p t - ʈ - c k q - ʔ ʡ - - b d - ɖ - ɟ ɡ ɢ - - - - - m ɱ - n - ɳ ɲ ŋ ɴ - - - - ʙ - - r - - - - - - - - - - ⱱ - ɾ - ɽ - - - - - - - ɸ f θ s ʃ ʂ ç x χ ħ ʜ h - β v ð z ʒ ʐ ʝ ɣ ʁ ʕ ʢ ɦ - - - - ɬ - - - - - - - - - - - - ɮ - - - - - - - - - - ʋ - ɹ - ɻ j ɰ - - - - - - - - l - ɭ ʎ ʟ - - - - - ʘ - ǀ ǁ ǃ - ǂ - - - - - - ɓ - ɗ - - - ʄ ɠ ʛ - - - + . p p̪ > > t ʈ c k q = ʡ ʔ + . b b̪ > > d ɖ ɟ ɡ ɢ = - = + . m ɱ > > n ɳ ɲ ŋ ɴ = = = + . ʙ - > > r - - = ʀ = -я = + . - ⱱ > > ɾ ɽ - = ɢ̆ = - = + . ɸ f θ s ʃ ʂ ç x χ ħ ʜ h + . β v ð z ʒ ʐ ʝ ɣ ʁ ʕ ʢ ɦ + . = = > > ɬ - - - - = = = + . = = > > ɮ - - - - = = = + . - ʋ > > ɹ ɻ j ɰ - - - = + . = = > > l ɭ ʎ ʟ - = = = + . ʘ - ǀ ǁ ǃ -‼ ǂ - - = = = + . ɓ ɗ̪ > > ɗ -ᶑ ʄ ɠ ʛ = = = }], [ 'Plosive', @@ -169,16 +225,74 @@ print table(@$_) for ( ], [ 6 => [qw{ - i y ɨ ʉ ɯ u - - ɪ ʏ - ʊ - - e ø ɘ ɵ ɤ o - - - ə - - - - ɛ œ ɜ ɞ ʌ ɔ - æ - ɐ - - - - a ɶ - - ɑ ɒ + . i y ɨ ʉ ɯ u + . - ɪ ʏ - ʊ - + . e ø ɘ ɵ ɤ o + . - - ə - - - + . ɛ œ ɜ ɞ ʌ ɔ + . æ - ɐ - - - + . a ɶ - - ɑ ɒ }], [qw{Close Near-close Close-mid Mid Open-mid Near-open Open}], [map {substr($_, 0, 1).':'.$_, substr($_, 0, 1)." r:$_ rounded"} qw{Front Central Back}] ], ); +print "

Japanese

\n\n"; +print table(@$_) for ( + [ + 1 => [qw{ + . あ い う え お = + . か き く け こ = + . さ し す せ そ = + . た ち つ て と = + . な に ぬ ね の ん + . は ひ ふ へ ほ = + . ま み む め も = + . や = ゆ = よ = + . ら り る れ ろ = + . わ ゐ = ゑ を = + }], + ['', qw{K S T N H M Y R W}], + [qw{A I U E O}, ''], + ], + [ + 1 => [qw{ + . が ぎ ぐ げ ご + . ざ じ ず ぜ ぞ + . だ ぢ づ で ど + . ば び ぶ べ ぼ + . ぱ ぴ ぷ ぺ ぽ + }], + [qw{G Z D B P}], + [qw{A I U E O}], + ], + [ + 1 => [qw{ + . ア イ ウ エ オ ー + . カ キ ク ケ コ = + . サ シ ス セ ソ = + . タ チ ツ テ ト = + . ナ ニ ヌ ネ ノ ン + . ハ ヒ フ ヘ ホ = + . マ ミ ム メ モ = + . ヤ - ユ - ヨ = + . ラ リ ル レ ロ = + . ワ ヰ - ヱ ヲ = + }], + ['', qw{K S T N H M Y R W}], + [qw{A I U E O}, ''], + ], + [ + 1 => [qw{ + . ガ ギ グ ゲ ゴ + . ザ ジ ズ ゼ ゾ + . ダ ヂ ヅ デ ド + . バ ビ ブ ベ ボ + . パ ピ プ ペ ポ + . ヷ ヸ ヴ ヹ ヺ + }], + [qw{G Z D B P V}], + [qw{A I U E O}], + ], +);