Конвертер

[exec]
include(“QazLatynHelper.php”);
$cyrlText = “”;
$latynText= “”;
if(isset($_REQUEST[“cyrlText”]) && $_REQUEST[“cyrlText”] != “”){
$cyrlText = $_REQUEST[“cyrlText”];
$latynText = QazLatynHelper::Cyrl2Latyn($cyrlText);
} [/exec]