From: Mischa POSLAWSKY Date: Fri, 13 Mar 2015 10:51:48 +0000 (+0100) Subject: charset: unicode zone allocations for plane 1 X-Git-Tag: v1.7~19 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/decdb5c11736742c759fbec9c50e1d54462d25a5 charset: unicode zone allocations for plane 1 --- diff --git a/charset-ucplanes.inc.pl b/charset-ucplanes.inc.pl index cf7c975..fd01acb 100644 --- a/charset-ucplanes.inc.pl +++ b/charset-ucplanes.inc.pl @@ -61,6 +61,35 @@ my %uniblock = ( 0x0F90, 'cjk compat', 0x0FB0, 'presentation', 0x0FF0, 'width', + + 0x1000, 'linear B', + 0x1010, 'a num', + 0x1020, 'ltr', + 0x1060, 'linear A', + 0x1078, 'ltr', + 0x1080, 'rtl', + 0x1100, 'brahmic', + 0x1200, 'cuneiform', + 0x1300, 'egyptian hieroglyphs', + 0x1400, 'other large scripts', + 0x1600, 'recent', + 0x1700, 'east asian', + 0x1B40, 'res', + 0x1B50, 'proto-elamite', + 0x1BC0, 'shorthands', + 0x1BE0, '', + 0x1C00, 'other large scripts', + 0x1D00, 'notational systems', + 0x1D40, 'mathematical', # Sm + 0x1D80, 'sutton signs', + 0x1DC0, 'notational', + 0x1E00, 'ltr', + 0x1E80, 'rtl', + 0x1F00, 'game', + 0x1F10, 'enclosed', + 0x1F30, 'pictographic', + 0x1F80, 'arrows', + 0x1F90, 'unassigned', ); sub { diff --git a/charset.plp b/charset.plp index 6577f4c..3dd7b44 100644 --- a/charset.plp +++ b/charset.plp @@ -60,7 +60,7 @@ my @request = map { $row{set} = sprintf 'Unicode block U+%02Xxx', $start >> 8; } elsif ($input eq 'U') { - $row{table} = ' ' x 512; + $row{table} = ' ' x 1024; $row{set} = 'Unicode planes'; $row{cell} = do 'charset-ucplanes.inc.pl'; @nibble = (map { $_.0, $_.8 } 0 .. 7);