From 9fd1ae4833a06194580a5ae4118a5501c43454b5 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 8 Nov 2022 16:25:55 +0100
Subject: [PATCH] Remove encoding attribute which seems to not actually exist

AsciiDoc processors should already use UTF-8 by default, according to
the FAQ:
https://docs.asciidoctor.org/asciidoc/latest/faq/#does-asciidoc-only-support-ascii-text
---
 src/docs/asciidoc/prob_handbook.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/docs/asciidoc/prob_handbook.adoc b/src/docs/asciidoc/prob_handbook.adoc
index edf3a7d..b4eb4dc 100644
--- a/src/docs/asciidoc/prob_handbook.adoc
+++ b/src/docs/asciidoc/prob_handbook.adoc
@@ -3,7 +3,6 @@ Jens Bendisposto;Joy Clark;Michael Leuschel
 :bibtex-file: combined.bib
 :coderay-linenums-mode: table
 :doctype: book
-:encoding: utf-8
 :icon: font
 :imagesdir: images
 :linkattrs:
-- 
GitLab