                                                                                                                                                                                
                                                                                                                                                                                
home/capoccitel/www/libraries/phputf8/ord.php                                                       0000705                 00000000600 15242100252 0015260 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
defined('_JEXEC') or die;

if (class_exists('JLog'))
{
	JLog::add(
		sprintf(
			'Using the phputf8 library through files located in %1$s is deprecated, load the files from %2$s instead.',
			__DIR__,
			JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8'
		),
		JLog::WARNING,
		'deprecated'
	);
}

require_once JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8/ord.php';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                