unicode: various minor updates
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 23 Oct 2008 12:40:28 +0000 (12:40 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 6 Jan 2009 22:39:02 +0000 (22:39 +0000)
- New row of quotes: left top.
- New row of signs: time/counting units.
- Mark disused hiragana as discouraged.
- Legend of colours.

digraphs.css
unicode.plp

index 6d858e6070046b41cb2dbfcd4a138e356b67be10..a4b903a3629f5693260df50ff5119f910eba9db0 100644 (file)
@@ -225,6 +225,7 @@ td.Co:hover                                        {background: #A77} /* private
 td.Xa:hover {outline: 1px solid #0F0} /* ascii */
 td.Xl:hover {outline: 1px solid #0C0} /* latin1 */
 td.Xz:hover {outline: 1px solid #F00} /* proposed */
+td.di-rare:hover                                   {background: #BBB}
 td.di-b:hover                                      {background: #F88}
 td.di-d:hover                                      {background: #FF8}
 td.di-prop:hover                                   {background: #FC8}
index 4d935549f01c70bb853d65f46d7e9ea64f2ac0cb..da5b6e8c9f1c2ece098f1484611d9bb816e8cb9f 100644 (file)
@@ -137,16 +137,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 +233,7 @@ print_glyph_tables(
                .>M ま み む め も =
                .>Y や =  ゆ =  よ =
                .>R ら り る れ ろ =
-               .>W わ ゐ =  ゑ を =
+               .>W わ -ゐ = -ゑ を =
        }],
        [qw{
                  - A  I  U  E  O
@@ -269,6 +269,16 @@ print_glyph_tables(
 
 :></div>
 
+<div id="legend">
+       <table class="glyphs"><tr>
+       <td class="X di-a">ascii
+       <td class="X di-d">digraph
+       <td class="X di-prop">proposed
+       <td class="X di-b">other unicode
+       <td class="X di-rare">discouraged
+       </table>
+</div>
+
 <p id="footer">
        <a href="http://vi.shiar.net/unicode">vi.<strong>shiar.net</strong>/unicode</a>
        <a href="git://dev.shiar.net/vi-cheat"><:= "v$VERSION" :></a>