diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-18 21:09:26 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-18 21:09:26 +0100 |
commit | 5e423c80313e608e0f31fdb7a58dcb4ed7d6f8cc (patch) | |
tree | 8e1cdc505b1d6e7e77f8e0b52bed6c2b509941a0 /stylesheets/lfs-xsl/pdf/lfs-admon.xsl | |
parent | 7152faa5fac3e5d824e9f079026420413751dcf5 (diff) |
Change all input encodings to UTF-8
Diffstat (limited to 'stylesheets/lfs-xsl/pdf/lfs-admon.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/pdf/lfs-admon.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-xsl/pdf/lfs-admon.xsl b/stylesheets/lfs-xsl/pdf/lfs-admon.xsl index ee9e777e2..cc264ea38 100644 --- a/stylesheets/lfs-xsl/pdf/lfs-admon.xsl +++ b/stylesheets/lfs-xsl/pdf/lfs-admon.xsl @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='ISO-8859-1'?> +<?xml version='1.0' encoding='UTF-8'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" |