From e3e4c296dc5549aea747ecbd01366a372d304261 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 6 Apr 2017 01:05:59 +0200 Subject: [PATCH] charset: double width unicode planes --- charset.plp | 1 + 1 file changed, 1 insertion(+) diff --git a/charset.plp b/charset.plp index ff5419f..9bdf363 100644 --- a/charset.plp +++ b/charset.plp @@ -68,6 +68,7 @@ my @request = map { $row{cell} = do 'charset-ucplanes.inc.pl' or Alert('Table data could not be read', $@ || $!); $colsize = 8; + $cols *= 2; } elsif ($row{set} = Encode::resolve_alias($input)) { if ($row{set} eq 'Internal') { -- 2.30.0