On Sat, 19 Oct 2002, Nico Erfurth wrote:

> Is there any reason (besides of lazyness ;) ) that HTML::Template does
> no complete HTML-Escaping?
>
> I mean especialy the german "umlaute", like ���.. (ü ä ö)?

The kind of HTML escaping the HTML::Template is designed to address the
problem of using <tmpl_var> tags inside other tags.  For example:

  <input name=age value="<tmpl_var escape=html age>">

As far as I know the character-set conversions are not necessary to
achieve this goal, so they weren't included.

-sam





-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to