• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/services/formvkontakte.php
  • Класс: BitrixSeoLeadAdsServicesFormVkontakte
  • Вызов: FormVkontakte::encodeString
protected function encodeString($text, $length = 60): string
{
	$text = Encoding::convertEncoding(
		$text,
		Context::getCurrent()->getCulture()->getCharset(),
		'UTF-8'
	);

	return mb_substr($text, 0, $length);
}