From 0d12037b77bab6329ae6fdc22dd524d85400a615 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 30 May 2013 19:02:30 +0000 Subject: [PATCH] Use US-ASCII for single page html. Same as chunked html. We use ASCII because using UTF-8 can go wrong when a server is set up to specify another encoding (this does happen). `xsltproc` will encode all non-ASCII characters as html entities, so nothing will be lost. [SVN r84560] --- xsl/html-single.xsl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xsl/html-single.xsl b/xsl/html-single.xsl index 98ed2b0..6291f25 100644 --- a/xsl/html-single.xsl +++ b/xsl/html-single.xsl @@ -16,8 +16,7 @@ - - +