[Templates] About UNICODE and ENCODING

Éric Cholet cholet at logilune.com
Sat Jul 26 23:57:56 BST 2008


Le 24 juil. 08 à 08:15, Tomita a écrit :

> UNICODE
>
> This option is used to read the template as Unicode(Encode::decode- 
> ed).
> When the UNICODE is set to any true value
> and a template has BOM code, then template will be read as Unicode.
> ( Encode::decode('utf-*', 'template text'); )


That's not quite correct, UNICODE will cause a template with no BOM to  
be decoded as well as long as you provide ENCODING.

--
Éric Cholet







More information about the templates mailing list