protected PhpTransliteration::replace($code, $langcode, $unknown_character)
Replaces a single Unicode character using the transliteration database.
Parameters
int $code: The character code of a Unicode character.
string $langcode: The language code of the language the character is in.
string $unknown_character: The character to substitute for characters without transliterated equivalents.
Return value
string US-ASCII replacement character. If it has a mapping, it is returned; otherwise, $unkn