X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/65ee755208200729b5754d38aa35dc168251c3e7..bba0d5b6fb0b1bbe6b5bb4a84c72de2152d8dfe3:/font.plp diff --git a/font.plp b/font.plp index fd55017..82aa0c3 100644 --- a/font.plp +++ b/font.plp @@ -107,7 +107,7 @@ EOT say sprintf '%X', $cp if $colpos++ % $pagecols == 0; my $info = $glyphs->glyph_info($cp); - my ($class, $name, $mnem, $html, $string) = @{$info}; + my ($class, $name, $mnem, $entity, $string) = @{$info}; my $np = $class =~ /\bC\S\b/; # noprint if control or invalid # display literal character, with placeholder circle if non-spacing/enclosing my $html = ($class =~ /\bM[ne]\b/ && chr 9676) . EscapeHTML(chr $cp);