Help for this page

Select Code to Download


  1. or download this
    use Unicode::UCD qw/charscript charblock/;
    my $infile = shift @ARGV;
    ...
       $c = charblock($uChar);
       print "DEBUG: $c\n";  #produces warning and prints blank
    }
    
  2. or download this
    my $c = charblock(1578);
    print "$c\n";