summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2025-08-06 02:06:11 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2025-08-06 02:06:11 (GMT)
commiteb1fba12e2552be1c75e7c53bf69ff88cbe28b05 (patch)
treecee1a61b9eb63fb6ab364fdf46e4a31c6b5ce6d5 /generic
parent8b2e59a8c83da300f868d1545a89616fbf6e9575 (diff)
downloadtcl-eb1fba12e2552be1c75e7c53bf69ff88cbe28b05.zip
tcl-eb1fba12e2552be1c75e7c53bf69ff88cbe28b05.tar.gz
tcl-eb1fba12e2552be1c75e7c53bf69ff88cbe28b05.tar.bz2
Reintroduce TclpSetInitialEncoding for --disable-zipfs case
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInterp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index b778314..90af06e 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -466,6 +466,7 @@ Tcl_Init(
" }\n"
"}\n"
"tclInit", TCL_INDEX_NONE, 0);
+ TclpSetInitialEncodings();
end:
*names = (*names)->nextPtr;
return result;