Show ASCII table: Difference between revisions

Content added Content deleted
m (removed <nowiki> tags inside of <lang> block)
m (→‎{{header|Perl 6}}: Re-added erroneously removed markup)
Line 1,319: Line 1,319:
printf(q[|%d<br>0x%02X<br><big><big title="%s">%s</big></big>] ~ "\n",
printf(q[|%d<br>0x%02X<br><big><big title="%s">%s</big></big>] ~ "\n",
$_, $_, .&glyph.uniname.subst('SYMBOL FOR ', ''),
$_, $_, .&glyph.uniname.subst('SYMBOL FOR ', ''),
.&glyph.subst('|', '|')) for @row;
.&glyph.subst('|', '<nowiki>|</nowiki>')) for @row;
}
}