Help for this page

Select Code to Download


  1. or download this
       utf8::downgrade my $bin_dn = $bin;  # UTF8=0
       utf8::upgrade   my $bin_up = $bin;  # UTF8=1
    
  2. or download this
       my $bin_dn = $bin;                    # UTF8=0
       chop my $bin_up = $bin . "\x{2660}";  # UTF8=1