RE: [htmltmpl] Patch to encode iso-8859-1 using HTML::Entities
Brought to you by:
samtregar
From: Dave W. S. <dw...@da...> - 2004-10-19 14:40:49
|
Alex Kapranoff writes: > Could you please elaborate a little. Why do want all the 8bit > characters entities-encoded in the first place? It is > perfectly normal for HTML to contain latin1 characters if > there's a charset META or HTTP header (which you will need > regardless of whether you encode entities or not). Unfortunately, browser support for charset isn't consistent, particularly with older browsers. If we could throw all of the old browsers overboard and make our customers all use the current crop, live would be much simpler. Dave |