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/xhtml | |
parent | 7152faa5fac3e5d824e9f079026420413751dcf5 (diff) |
Change all input encodings to UTF-8
Diffstat (limited to 'stylesheets/lfs-xsl/xhtml')
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-admon.xsl | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-sections.xsl | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-titles.xsl | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-toc.xsl | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/xhtml/lfs-xref.xsl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/stylesheets/lfs-xsl/xhtml/lfs-admon.xsl b/stylesheets/lfs-xsl/xhtml/lfs-admon.xsl index 99c2fd70c..3726baeb9 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-admon.xsl +++ b/stylesheets/lfs-xsl/xhtml/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="http://www.w3.org/1999/xhtml" diff --git a/stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl b/stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl index 5c13e2e9c..610e9c53b 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-legalnotice.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="http://www.w3.org/1999/xhtml" diff --git a/stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl b/stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl index 2e4787633..1e8f17cb0 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-navigational.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="http://www.w3.org/1999/xhtml" diff --git a/stylesheets/lfs-xsl/xhtml/lfs-sections.xsl b/stylesheets/lfs-xsl/xhtml/lfs-sections.xsl index b0aacec87..cde5f0349 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-sections.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-sections.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="http://www.w3.org/1999/xhtml" diff --git a/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl b/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl index d9e8c52b3..e22d25423 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-titles.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="http://www.w3.org/1999/xhtml" diff --git a/stylesheets/lfs-xsl/xhtml/lfs-toc.xsl b/stylesheets/lfs-xsl/xhtml/lfs-toc.xsl index b3ade8648..36c4ba3fe 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-toc.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-toc.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="http://www.w3.org/1999/xhtml" diff --git a/stylesheets/lfs-xsl/xhtml/lfs-xref.xsl b/stylesheets/lfs-xsl/xhtml/lfs-xref.xsl index 705793605..aa35e8db6 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-xref.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-xref.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="http://www.w3.org/1999/xhtml" |