Forum Moderators: coopster

Message Too Old, No Replies

The charset of my web changed when I update Smarty

It's a question related to the Smarty Template Engine

         

homeini

10:05 am on Mar 27, 2008 (gmt 0)

10+ Year Member



Hello,

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!

jatar_k

1:58 pm on Mar 28, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



there must be a setting within that file for UTF-8

have you scoured that file for the differences?