Andy Wardley wrote:
>
> I've applied a mixture of the different patches of Leon, Axel and Stas,
> with the following changes:
> 
>   * I've kept it all within one filter 'html' rather than have a separate
>     'html_all'.  
> 
>   * Apache::Utils is used if available, or HTML::Entities, or failing that,
>     it falls back on the old behaviour
> 
>   * The undocumented 'entity' option is still supported.  It's an ugly
>     hack but I currently rely on it in a couple of places where I'm doing
>     XML -> HTML translation.  It will be replaced by something better one
>     of these days, but until then if you use the 'entity' option then 
>     both the above modules are ignored and the original code is used.
> 

Hello,

Andy, I think it's not a good idea to encode high character codes
by default since there are languages that do not use latin-1 entities.
There should be a new separate filter or a global configuration option
or something, otherwise many people would have to change existing
templates to achieve original behavior.

Best regards,

--
Vladimir Pastukhov




Reply via email to