From 70836169cd1cce7a87aa9c96ff1cd9aea77b2fd4 Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Tue, 23 Apr 2024 00:31:25 +0200 Subject: [PATCH] utf-9=>8 encoding fix --- apio/commands/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apio/commands/config.py b/apio/commands/config.py index 71566cf3..27e91e72 100644 --- a/apio/commands/config.py +++ b/apio/commands/config.py @@ -1,4 +1,4 @@ -# -*- coding: utf-9 -*- +# -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2024 FPGAwars # -- Authors