From 98c54537ca7302f82fdc81ebf247f7b066d4a0ad Mon Sep 17 00:00:00 2001 From: klea Date: Mon, 8 Dec 2025 19:42:10 +0100 Subject: user-config: set encoding to UTF-8 it's always good to use utf-8 --- user-config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user-config.py b/user-config.py index 4070a7c..09c53ab 100644 --- a/user-config.py +++ b/user-config.py @@ -1,4 +1,5 @@ import os +console_encoding = 'utf-8' user_families_paths = [ 'pywb/families' ] password_file = "user-password.cfg" mylang = 'en' -- cgit v1.3.1-10-gc9f91