Force UTF-8 encoding on pup commands

This commit is contained in:
~lucidiot 2024-01-19 14:27:52 +00:00
parent 40b0da7709
commit 5c13229bcd
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ fi
</xsl:template>
<xsl:template match="itsb:pup">
<xsl:text>pup '</xsl:text>
<xsl:text>pup --charset utf-8 '</xsl:text>
<xsl:call-template name="escape">
<xsl:with-param name="text" select="text()" />
</xsl:call-template>