writing: sectioned tables
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Mar 2010 17:57:50 +0000 (17:57 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Mar 2010 20:36:40 +0000 (20:36 +0000)
writing.plp

index b8cb0b46e4e579a3c8b406b69169415c07cbd7ef..eca20d8773c0de296a6c9c33a4eea14dcc6800c7 100644 (file)
@@ -21,7 +21,7 @@ Html({
 <p>Also see <a href="/charset">charsets</a>
 and <a href="/unicode">common chars</a>.</p>
 
 <p>Also see <a href="/charset">charsets</a>
 and <a href="/unicode">common chars</a>.</p>
 
-<div class="diinfo">
+<div class="section">
 
 <:
 use Shiar_Sheet::FormatChar;
 
 <:
 use Shiar_Sheet::FormatChar;
@@ -31,7 +31,7 @@ unless (exists $get{v}) {
        $glyphs->{digraph}--;
 }
 
        $glyphs->{digraph}--;
 }
 
-print $glyphs->table([qw{
+$glyphs->print(Digits => [qw{
        .>Chinese              壹 貳 參 肆 伍 陸 柒 捌 玖 零
        .>Chinese              一 二 三 四 五 六 七 八 九 〇
        .>Hangzhou             〡 〢 〣 〤 〥 〦 〧 〨 〩  
        .>Chinese              壹 貳 參 肆 伍 陸 柒 捌 玖 零
        .>Chinese              一 二 三 四 五 六 七 八 九 〇
        .>Hangzhou             〡 〢 〣 〤 〥 〦 〧 〨 〩  
@@ -115,3 +115,5 @@ Brahmic => [qw{
 
 :></div>
 
 
 :></div>
 
+<hr>
+