summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-11-05 09:27:11 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-11-05 09:27:11 (GMT)
commitdbfc7435e69aa3a7868caf8625a89647a2e1cd25 (patch)
tree9410cf1b924acdd15f1f15a241f0210ce2031d85 /win/tclWinConsole.c
parentf768eb3bf2d09ebf310ed07f664dc114e1c1412d (diff)
parent6ab05e04d1c2e4d0a473c114f67d7a8f1cab4dbd (diff)
downloadtcl-dbfc7435e69aa3a7868caf8625a89647a2e1cd25.zip
tcl-dbfc7435e69aa3a7868caf8625a89647a2e1cd25.tar.gz
tcl-dbfc7435e69aa3a7868caf8625a89647a2e1cd25.tar.bz2
Merge core-8-branch
Diffstat (limited to 'win/tclWinConsole.c')
-rw-r--r--win/tclWinConsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index 753a572..6688ab1 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -2199,7 +2199,7 @@ TclWinOpenConsoleChannel(
*/
Tcl_SetChannelOption(NULL, chanInfoPtr->channel, "-translation", "auto");
- Tcl_SetChannelOption(NULL, chanInfoPtr->channel, "-eofchar", "\032 {}");
+ Tcl_SetChannelOption(NULL, chanInfoPtr->channel, "-eofchar", "\x1A {}");
Tcl_SetChannelOption(NULL, chanInfoPtr->channel, "-encoding", "utf-16");
return chanInfoPtr->channel;
}