author | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Jul 2007 07:46:35 +0000 (00:46 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Jul 2007 07:47:05 +0000 (00:47 -0700) | ||
commit | 1cffddd654d3c094b632e3c41b0ed4641cfa33df | |
tree | 7910ebfdd5921354fc72adec6e8e62fbd95d97cb | tree | snapshot |
parent | 8e64006eee9c82eba513b98306c179c9e2385e4e | commit | diff |
Mark user-manual as UTF-8
There have been several complaints against k.org's user-manual
page. The document is generated in ISO-8859-1 by the xsltproc
toolchain (I suspect this is because released docbook.xsl we use
has xsl:output element that says the output is ISO-8859-1) but
server delivers it with "charset=UTF-8", and all h*ll breaks
loose.
This attempts to force UTF-8 on the generating end.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There have been several complaints against k.org's user-manual
page. The document is generated in ISO-8859-1 by the xsltproc
toolchain (I suspect this is because released docbook.xsl we use
has xsl:output element that says the output is ISO-8859-1) but
server delivers it with "charset=UTF-8", and all h*ll breaks
loose.
This attempts to force UTF-8 on the generating end.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile | diff | blob | history | |
Documentation/docbook.xsl | [new file with mode: 0644] | blob |