Skip to content

Commit

Permalink
Merge 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Apr 16, 2024
2 parents efb0baa + 27db51f commit 757618f
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 250 deletions.
2 changes: 1 addition & 1 deletion generic/tkConsole.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Tk_CreateConsoleWindow(
}

Tcl_Preserve(consoleInterp);
result = Tcl_EvalEx(consoleInterp, "source $tk_library/console.tcl",
result = Tcl_EvalEx(consoleInterp, "source -encoding utf-8 $tk_library/console.tcl",
TCL_INDEX_NONE, TCL_EVAL_GLOBAL);
if (result == TCL_ERROR) {
Tcl_SetReturnOptions(interp,
Expand Down
Loading

0 comments on commit 757618f

Please sign in to comment.