browser: local search form
[sheet.git] / unicode.plp
index 184fcb601519cb51c12c5a92ba1784b1326c6b3e..10ba7c665feba7346e9ea5f2463c1dbd2ecf3f9f 100644 (file)
@@ -10,7 +10,8 @@ Html({
        keywords => [qw'
                unicode glyph char character reference common ipa symbol sign mark table digraph
        '],
-       stylesheet => [qw'light dark red'],
+       stylesheet => [qw'light dark mono circus red'],
+       data => [qw'digraphs.inc.pl'],
 });
 
 :>
@@ -210,11 +211,11 @@ $verbose ? (
 
 <div class="legend">
        <table class="glyphs"><tr>
-       <td class="X di-a">ascii
-       <td class="X di-d"><:= $glyphs->{digraph} ? 'digraph' : 'latin1' :>
-       <td class="X di-prop"><:= $glyphs->{digraph} ? 'proposed' : 'BMP' :>
-       <td class="X di-b">other unicode
-       <td class="X di-rare">discouraged
+       <td class="X l4">ascii
+       <td class="X l3"><:= $glyphs->{digraph} ? 'digraph' : 'latin1' :>
+       <td class="X l2"><:= $glyphs->{digraph} ? 'proposed' : 'BMP' :>
+       <td class="X l1">other unicode
+       <td class="X ex">discouraged
        </table>
 </div>