Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/text/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/lib/text/utfconverter.php

<?php

namespace Bitrix\Main\Text;

/**
 * @deprecated Does nothing.
 */
class UtfConverter extends Converter
{
	public function encode($text, $textType = "")
	{
		return $text;
	}

	public function decode($text, $textType = "")
	{
		return $text;
	}
}