From: Sébastien Noel <sebastien@twolife.be>
Last-Update: 2026-09-08
Forwarded: not-needed
Description: set encoding to UTF-8 by default

--- a/src/tcl.c
+++ b/src/tcl.c
@@ -1034,7 +1034,7 @@
   }
 
   if (encoding == NULL) {
-    encoding = "iso8859-1";
+    encoding = "utf-8";
   }
 
   Tcl_SetSystemEncoding(NULL, encoding);
