From 0dbaa09eaebcd53845d29d76520559a276abcfbd Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 31 Oct 2023 08:05:19 +0100 Subject: [PATCH] Switched HTML to UTF-8. --- Makefile | 2 +- data/lulu.xsl | 2 +- data/pdf.xsl | 2 +- data/stylesheet-html.xsl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e3b5daf..7bcec84 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ virkninger-angrefristloven.epub: virkninger-angrefristloven.xml dbtoepub $^ virkninger-angrefristloven.html: virkninger-angrefristloven.xml - xsltproc \ + xsltproc --encoding UTF-8 \ --output $(subst .pdf,.fo,$@) \ data/stylesheet-html.xsl \ $< diff --git a/data/lulu.xsl b/data/lulu.xsl index d3ca3ac..92020d1 100644 --- a/data/lulu.xsl +++ b/data/lulu.xsl @@ -1,4 +1,4 @@ - + diff --git a/data/pdf.xsl b/data/pdf.xsl index da32dd9..731160a 100644 --- a/data/pdf.xsl +++ b/data/pdf.xsl @@ -1,4 +1,4 @@ - + diff --git a/data/stylesheet-html.xsl b/data/stylesheet-html.xsl index a50f737..3a882ee 100644 --- a/data/stylesheet-html.xsl +++ b/data/stylesheet-html.xsl @@ -2,7 +2,7 @@ - + -- 2.47.2