unicode: body container
[sheet.git] / unicode.plp
index 18ed2ce71dcf58a4960c5c95030e79276a4e062f..81e54a3f5593f2b4c57acb924ffa5715a081aea1 100644 (file)
@@ -18,6 +18,10 @@ $header{content_type} = 'text/html; charset=utf-8';
 <meta http-equiv="content-type" content="utf-8">
 <link rel="stylesheet" type="text/css" media="all" href="/digraphs.css">
 <style>
+#list-common {
+       overflow: hidden;
+}
+
 table {
        margin: 1ex 1ex 2ex;
        float: left;
@@ -93,6 +97,8 @@ small.value {
 <p>i^k in <a href="/">Vim</a>.
 Also see the <a href="/digraphs">complete digraphs table</a>.</p>
 
+<div id="list-common">
+
 <:
 my $diinfo = do 'digraphs.inc.pl';
 my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} }
@@ -273,6 +279,17 @@ print table(@$_) for (
        ],
 );
 
+print "<h2>Alphabetics</h2>\n\n";
+print table(1,
+       [ map { ('.', split //, $_->[1]) } @$_ ],
+       [ map {                 $_->[0]  } @$_ ],
+) for [
+       [Latin    => 'aīıęôɳŋṡšđðƷ'],
+       [Cyrillic => 'аійэёнњшщчьЯ'],
+       [Greek    => 'αίϊηϋπψσςθξΩ'],
+       [Hebrew   => 'אײיעונןסשטצץ'],
+];
+
 print "<h2>Japanese</h2>\n\n";
 print table(@$_) for (
        [
@@ -332,7 +349,9 @@ print table(@$_) for (
        ],
 );
 
-:><p id="footer">
+:></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>
        created by Shiar •