X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b64f0a388f259bdb272fbafe9d6f3cd0b2e26e7a..cc77ead3a819db005fce5de21c36aaa000885a30:/charset.plp diff --git a/charset.plp b/charset.plp index 5b415ee..6300622 100644 --- a/charset.plp +++ b/charset.plp @@ -178,6 +178,12 @@ sub tabinput { while (my ($offset, $sub) = each %{$replace}) { $offset -= $row{offset}; + if (ref $row{table} eq 'ARRAY') { + $row{table}->[$offset] = $sub + if $offset >= 0 and $offset <= $row{endpoint}; + next; + } + my $length = length $sub; if ($offset < 0) {