summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-04-09 10:25:04 +0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-09 06:25:36 -0700
commit68545465ba971952e4c66606e44786d9337f97ad (patch)
treee4e1241020caa68d4e3ab5013134b437646e1297 /xslt
parent8fae0031bc2f93ccbf8feafe9a609ecf7731852b (diff)
downloadsubsurface-68545465ba971952e4c66606e44786d9337f97ad.tar.gz
Switch to UTF-8 on .DLD export
Let's use the shiny new UTF-8 encoding on divelogs.de export. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt')
-rw-r--r--xslt/divelogs-export.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/divelogs-export.xslt b/xslt/divelogs-export.xslt
index d09f503ab..b3bed6c35 100644
--- a/xslt/divelogs-export.xslt
+++ b/xslt/divelogs-export.xslt
@@ -3,7 +3,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="commonTemplates.xsl"/>
<xsl:strip-space elements="*"/>
- <xsl:output method="xml" encoding="iso-8859-1" indent="yes"
+ <xsl:output method="xml" encoding="UTF-8" indent="yes"
cdata-section-elements="LOCATION SITE WEATHER WATERVIZIBILITY PARTNER BOATNAME CYLINDERDESCRIPTION LOGNOTES"
/>