summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-08-12 09:54:34 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-08-12 09:54:34 (GMT)
commite6f05281e8bd39e5039f70ea28f3dc1edc769b7f (patch)
tree41b96f6e0c43e75475308ab64031a4b11aecc0b6 /generic/tclInterp.c
parent549a05ca18008a890e751184ebc67635120d4b44 (diff)
parent0d18a9948c34190d652430c87db566a2dc21ffb4 (diff)
downloadtcl-core-zipfs-consolidation.zip
tcl-core-zipfs-consolidation.tar.gz
tcl-core-zipfs-consolidation.tar.bz2
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index 985190f..0abbebd 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -448,7 +448,7 @@ Tcl_Init(
" }\n"
"}\n"
"tclInit", TCL_INDEX_NONE, 0);
-
+ TclpSetInitialEncodings();
end:
*names = (*names)->nextPtr;
return result;