[PATCH] Switch to UTF-8 on .DLD export

Miika Turkia miika.turkia at gmail.com
Mon Apr 8 19:25:04 PDT 2013


Let's use the shiny new UTF-8 encoding on divelogs.de export.

Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 xslt/divelogs-export.xslt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xslt/divelogs-export.xslt b/xslt/divelogs-export.xslt
index d09f503..b3bed6c 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"
     />
 
-- 
1.7.9.5



More information about the subsurface mailing list