Re: Character encoding of xslt output

Martin Duerst <duerst@w3.org> wrote:

> ***************
> *** 1670,1676 ****
>            </xsl:attribute>
>          </xsl:if>
>          <head>
> !         <meta http-equiv="Content-Type" content="text/html; 
> charset=ISO-8859-1"/>
>            <title>
>              <xsl:apply-templates select="header/title"/>
>              <xsl:if test="header/version">
> --- 1673,1679 ----
>            </xsl:attribute>
>          </xsl:if>
>          <head>
> !         <meta http-equiv="Content-Type" content="text/html; 
> charset=ISO-utf-8"/>

This should be "UTF-8", not "ISO-utf-8".

-- 
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium

Received on Tuesday, 10 December 2002 04:58:02 UTC