summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCmdAH.c')
-rw-r--r--generic/tclCmdAH.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c
index 5dbadb8..8a5c9ce 100644
--- a/generic/tclCmdAH.c
+++ b/generic/tclCmdAH.c
@@ -436,7 +436,7 @@ EncodingConvertParseOptions (
Tcl_Obj *dataObj;
Tcl_Obj *failVarObj;
#if TCL_MAJOR_VERSION > 8 || defined(TCL_NO_DEPRECATED)
- int profile = TCL_ENCODING_PROFILE_TCL8; /* TODO - default for Tcl9? */
+ int profile = TCL_ENCODING_PROFILE_STRICT;
#else
int profile = TCL_ENCODING_PROFILE_TCL8;
#endif