string smarty_modifier_utf8decode(
string $string)
|
|
Smarty modifier to decode a UTF8 string if the site isn't a UTF-8 Site
The modifier requires php 5's DOM and XSLT funtionality
Example
<!--[$myvar|utf8decode]-->
Tags:
Parameters
| string |
$string |
the contents to transform |