From ec8386d110d0632d29ee6679c0c8c4a2a7742797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Thu, 23 Feb 2023 19:06:47 +0100 Subject: fix(koblingsplan): As a Norwegian I support unicode characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also: systemstøtte, not systemst\xF8tte --- tools/koblingsplan/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/koblingsplan/script.py') diff --git a/tools/koblingsplan/script.py b/tools/koblingsplan/script.py index 20396bc..c27eda9 100644 --- a/tools/koblingsplan/script.py +++ b/tools/koblingsplan/script.py @@ -54,4 +54,4 @@ with open('tg23-koblingsplan.csv', newline='') as csvfile: dataset.append(current_iteration) - print(yaml.dump(dataset, default_flow_style=False, sort_keys=False)) + print(yaml.dump(dataset, default_flow_style=False, sort_keys=False, allow_unicode=True)) -- cgit v1.2.3