From 82dde3ff5f415750e7968fcacf8b0b7d18d2ce53 Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 27 Jan 2024 16:30:00 +0100 Subject: [PATCH] ... --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index a18fbc5..1a6d523 100755 --- a/functions.py +++ b/functions.py @@ -364,7 +364,7 @@ class DoConf : if outfile is None : outfile = self.configfile outfile = normpath_win32(outfile) - with open(outfile, 'w') as f : + with open(outfile, 'w', encoding="utf-8") as f : f.write(txt) #self.conf.write(f) -- 2.7.4