mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
26f7e82b62
commit
8cdb836400
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue