<?php
$names = "でりっく
デリック
Дерик Ретханс";
echo nl2br( strtotitle( str_transliterate( $names, 'Any', 'Latin' ) ) );
?>
Output
<?php
$names = "でりっく
デリック
Дерик Ретханс";
echo nl2br( strtotitle( str_transliterate( $names, 'Any', 'Latin' ) ) );
?>