<?php $str=mb_strtolower('İstanbul'); for ($i = 0; $i < strlen($str); $i++) echo $str[$i] . " => " . ord($str[$i]) . "\n";
You have javascript disabled. You will not be able to edit any code.