Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $_ = NFKC( $_ );
        # now do whatever you want...
    }
    
  2. or download this
        eval "Encode::decode('utf8', \$_, FB_CROAK)";