From 9b02fb487135a31bcf0ed3e637ea910fa0f177f8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 11 May 2009 19:10:14 +0000 Subject: [PATCH] charset: minor unicode range fixes Some miscalculations leading to cells having too much width allocated. Also define all columns so the number is explicit (making the table validate(able)). --- charset-unicode.inc.pl | 6 +++--- charset.plp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charset-unicode.inc.pl b/charset-unicode.inc.pl index 99172bb..3496c64 100644 --- a/charset-unicode.inc.pl +++ b/charset-unicode.inc.pl @@ -23,7 +23,7 @@ my %uniblock = ( 0x07C, 'n\'ko', 0x080, 'samaritan', 0x084, 'manda', - 0x086, 'reserved', + 0x086, 'reserved', 0x090, 'devanagari', 0x098, 'bengali', 0x0A0, 'gurmukhi', @@ -56,9 +56,9 @@ my %uniblock = ( 0x180, 'mongolian', 0x18B, 'canadian+', 0x190, 'limbu', - 0x195, 'tai le', + 0x195, 'tai le', 0x198, 'new tai lue', - 0x19E, 'km', + 0x19E, 'khmer', 0x1A0, 'lontara', 0x1A2, 'tai tham', 0x1AB, 'reserved', diff --git a/charset.plp b/charset.plp index a3e845d..bc2a1ea 100644 --- a/charset.plp +++ b/charset.plp @@ -115,7 +115,7 @@ my @nibble = (0..9, 'A'..'F'); for my $row (@request) { printf '
  • ', !$row->{cell} && ' charmap'; printf '', $row->{set}; - print ''; + print '' x 17; for my $section (qw{thead}) { print "<$section>
    %s
    ↱"; print '', $_ for @nibble; -- 2.30.0