Re: [SMARTY] Smarty and Unicode
I believe your PHP and HTML will drive how well UTF-8 works. Smarty
doesn't care what encoding is used. If your template is UTF-8, then be
sure your assigned template vars are UTF-8 too.
Marcus Bointon wrote:
> How does smarty deal with unicode, specifically UTF-8 templates and
> passed string vars? Does it "just work", or are there steps I need to
> take to make it happen?
>
> Also does anyone have any links to articles on converting projects
> from 8-bit encodings to unicode? I've not found anything that's much
> good so far.
>
> Marcus
|