to show the names and filter out the unused code points. (Probably will slow it down a lot, though. Going directly to Unicode::UCD would be faster.)map { use 5.008; use charnames (); my $name = charnames::viacode($_); +$name ? ("$name ($_): ".chr($_)."\n") : () } 32..0x2ffff;
In reply to Re: Show all unicode characters
by ysth
in thread Show all unicode characters
by eserte
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |