Forum Moderators: coopster
I've just updated my web from Smarty 2.6.0 to Smarty 2.6.19, and I've got a problem.
First, I was using UTF-8 and all my web works fine. Then, I update the Smarty:
I do this:
Change:
require_once('Smarty-2.6.0/Smarty.class.php');
To:
require_once('Smarty-2.6.19/Smarty.class.php');
From this moment all the special characters in my web are displaying wrong. What is causing this problem? How can I fix it?
Thanks!