<?php $string = 'รต'; foreach(mb_list_encodings() as $encoding) { $result = @iconv($encoding, 'UTF-8', $string); if ($result) { echo "$encoding - $result\n"; } }
You have javascript disabled. You will not be able to edit any code.