fork download
  1. <?php
  2.  
  3. $str = "K??DAINIAI";
  4. $str = mb_convert_encoding($str, "Windows-1252", "UTF-8");
  5. echo $str;
Runtime error #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function mb_convert_encoding() in /home/2HPTo5/prog.php:4
Stack trace:
#0 {main}
  thrown in /home/2HPTo5/prog.php on line 4