From: Sébastien Noel <sebastien@twolife.be>
Last-Update: 2025-03-14
Forwarded: no-needed
Description: set encoding to UTF-8 by default
--- a/src/tcl.c
+++ b/src/tcl.c
@@ -693,7 +693,7 @@
   }
 
   if (encoding == NULL) {
-    encoding = "iso8859-1";
+    encoding = "utf-8";
   }
 
   Tcl_SetSystemEncoding(NULL, encoding);
