X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/682883c393a571b058b75bc2e493f5722945a448..dbf4a34af50113bb56c5dfaae3afeb6441e0cd8d:/unicode.plp diff --git a/unicode.plp b/unicode.plp index ffee44f..1f74144 100644 --- a/unicode.plp +++ b/unicode.plp @@ -152,6 +152,7 @@ $glyphs->print(map { last if $table->[$rowlen] =~ /\./; } my @cells = map { + s/^(?=-)/0/; my $end = (s/-(.+)?// ? ($1 // @$table / $rowlen - 1) : $_) + 1; $_ * $rowlen .. $end * $rowlen - 1; } @select;