summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2011-05-02 11:21:33 +0000
committerJames O'Gorman <james@netinertia.co.uk>2011-05-02 11:21:33 +0000
commit2b087f259eee2e18b40a649f6bf5dfc44751db31 (patch)
tree63e5e585555beae1a59da91c44c2e0833b87a45b
parent2ed2999aafc576ce4940f28a1e8af367cc15f2b4 (diff)
Change encoding of biblio-iso690.xsl from windows-1250 to utf-8 to match the other stylesheets. This reflects the change made upstream at the DocBook project.
This also fixes the man page build on Solaris, which has no support for windows-1250 in its libxml. Ref: http://sourceforge.net/project/shownotes.php?release_id=603854
-rw-r--r--docs/xsl-generic/html/biblio-iso690.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl-generic/html/biblio-iso690.xsl b/docs/xsl-generic/html/biblio-iso690.xsl
index 366212f5..d3f43198 100644
--- a/docs/xsl-generic/html/biblio-iso690.xsl
+++ b/docs/xsl-generic/html/biblio-iso690.xsl
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="windows-1250"?>
+<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>