fork(169) download
  1. <?php
  2.  
  3. $str = "an example pain— if you’re";
  4. $str = mb_convert_encoding($str, "Windows-1252", "UTF-8");
  5. echo $str;
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
an example pain— if you’re