[SMARTY] Re: iconv doesn't work in smarty application issue.

Ognyan Bankov <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
chen jin wrote:
> Hi!
>  I just begin learning smarty,when I rewrite an application with
> smarty,  I encounter a strange problem .the following simple
> statement,seems doesn't work:
> 
>  $somestr = iconv("UTF-8","GB2312",$somestr);
> 
> when I move to another application directory,It works.  so I think it
> just doesn't work in an smarty application directory.
> but why?how can I use iconv in smarty?
> besides,mb_convert_encoding doesn't work either.
> 
> any help is highly appricated!

this doesn'y look like smarty problem, but local apache conf problem.
Check for file .htaccess in your smarty application dir (document root). 
If it exists open it and look for "AddDefaultCharset       UTF-8" or 
similar and change it to desired charset (and restart apache).

Cheers

--
Ognyan Bankov
http://www.metatotem.com/

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.