<?php $s = 'ııİöÖğĞçÇşŞ'; $t = mb_detect_encoding($s, ['ASCII', 'UTF-8', 'ISO-8859-1', 'ISO-8859-15']); echo $t."\n"; $e = mb_convert_encoding($s, $t, 'UTF-8'); echo $e."\n";
You have javascript disabled. You will not be able to edit any code.