Re: [htmltmpl] RE: Patch to encode iso-8859-1 using HTML::Entities

2004-11-07 Thread Mathew Robertson
> > I'd suggest that you dont do this... Adding support for > > ISO-8859-1 directly into H::T will set a precedent for other > > encodings (not everyone uses the Latin character set)... > > Unfortunately, the precedent is that H::T generates broken, > non-compliant HTML. The spec says that anyt

Re: [htmltmpl] RE: Patch to encode iso-8859-1 using HTML::Entities

2004-11-07 Thread Mathew Robertson
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 06, 2004 5:26 PM Subject: [htmltmpl] RE: Patch to encode iso-8859-1 using HTML::Entities > One of my coworkers found and fixed an omission in the original patch > whereby encode_entities wasn't getting propagate

[htmltmpl] RE: Patch to encode iso-8859-1 using HTML::Entities

2004-11-05 Thread Dave W. Smith
One of my coworkers found and fixed an omission in the original patch whereby encode_entities wasn't getting propagated into TMPL_LOOPS. The revised patch is available here: http://www.dj-digit.com/work/HTML-Template-2.7-encode.patch We're planning to use this patch in production code. Dave -