Help for this page

Select Code to Download


  1. or download this
    use Encode;
    use HTML::Entities;
    ...
    
    utf8::upgrade($str);
    print Encode::is_utf8($str) ? 1 :0, " ", encode_entities($str), "\n";
    
  2. or download this
    0 “quotes”
    1 “quotes”