Your IP : 172.70.178.32


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/search/tools/tr/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/search/tools/tr/stemming.php

<?php
// http://www.i18nguy.com/unicode/turkish-i18n.html

function stemming_letter_tr()
{
	return "abcçdefgğhıijklmnoöprsştuüvyz"."ABCÇDEFGĞHIIJKLMNOÖPRSŞTUÜVYZ"."âîûİiIı";
}

function stemming_upper_tr($sText)
{
	return str_replace(array("İ"), array("I"), ToUpper($sText));
}