digraphs: minor shiar proposals updates
[sheet.git] / digraphs.plp
index ab9aab583ee0549e68de3df80bb1f54b27aa64fa..81944b2e50c63d8186f81c3abbc8bb734b933c0d 100644 (file)
@@ -21,6 +21,9 @@ $header{content_type} = 'text/html; charset=utf-8';
 <body>
 <h1>RFC-1345 Digraphs</h1>
 
+<p>i^k in <a href="/">Vim</a>.
+Also see <a href="/unicode">common digraphs</a>.</p>
+
 <:
 my $di = do 'digraphs.inc.pl';
 
@@ -38,7 +41,7 @@ my @chars = (
        ['A'..'M'], ['N'..'Z'],
        ['a'..'m'], ['n'..'z'],
 );
-my @chars2 = (@chars, ['_']);  # trailing character (extended set)
+my @chars2 = (['_'], @chars);  # trailing character (extended set)
 
 print '<table><col>';
 print qq'<colgroup span="$_">' for map {scalar @$_} @chars2;
@@ -106,7 +109,6 @@ print "</table>\n";
        <td class="X">unicode
        <td class="X Xl">latin1
        <td class="X Xa">ascii
-       <td class="X Co">private
        <td class="X Xz">proposed
        </table>
 </div>