Source Code:
(back to article)
<?php $contents = file_get_contents('file.txt'); echo $contents = mb_convert_encoding($contents, 'UTF-8', 'auto');
Result:
Report an issue