count_characters[???]
count_characters(??? ?? ? ??)
test.php:
$smarty = new Smarty;
$smarty->ass('articleTitle', '??? ??? ?? .' );
$smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle|count_characters}
{$articleTitle|count_characters:true} // ??? ???
??:
??? ??? ??.
29
33