[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Perl workaround for XSLT escaped UTF-8 pass-thru to XHTML


Subject: Re: [xsl] Perl workaround for XSLT escaped UTF-8 pass-thru to XHTML
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 22 Mar 2003 00:09:45 -0700 (MST)

Gan Uesli Starling wrote:
> Solved! My generic installation of Apache 2 on NetBSD 1.6
> held this line...
> 
> AddDefaultCharset ISO-8859-1
> 
> ...so I changed it to...
> 
> AddDefaultCharset UTF-8
> 
> ...then re-started Apache and that fixed it.

You should remove the line altogether, or change it to
AddDefaultCharset Off

...unless you are certain that every single text/* document you serve is going
to be UTF-8 encoded. You are in effect overriding the meta tags altogether by
using this feature.

http://httpd.apache.org/docs-2.0/mod/core.html#adddefaultcharset

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread