X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a3942c435140fcc35196b9d66ebc54d8838c5e72..3e2e19818a6102eff505984ca2430ae3ac901d08:/charset.plp diff --git a/charset.plp b/charset.plp index 49ee3eb..4f60765 100644 --- a/charset.plp +++ b/charset.plp @@ -84,7 +84,7 @@ sub tabinput { # generate character table(s) my $input = shift or return; my $params = $input =~ s/[+](.*)\z// ? $1 : undef; - my $charset = $charsets->{$input} || {}; + my $charset = $charsets->{lc $input} || {}; if (ref $charset ne 'HASH') { $params and Alert("Parameters ignored for $input",