summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-22 10:30:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-22 10:30:05 (GMT)
commit33918a2b0b4bd10fb1defc2f141b73d20565f40a (patch)
tree902e0181ac4a847bec1e88169327b3295e39f606 /win/configure
parent6459a50433a6f175cfce01066b1cdb5e1f3e7c8f (diff)
parent09fd21b65b23d0d8ee709bb09cc48d0d4829db90 (diff)
downloadtcl-33918a2b0b4bd10fb1defc2f141b73d20565f40a.zip
tcl-33918a2b0b4bd10fb1defc2f141b73d20565f40a.tar.gz
tcl-33918a2b0b4bd10fb1defc2f141b73d20565f40a.tar.bz2
TIP #587: Default utf-8 for source command
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index d824244..5888332 100755
--- a/win/configure
+++ b/win/configure
@@ -3749,8 +3749,7 @@ fi
_ACEOF
else
- # Default encoding on windows is not "iso8859-1"
- $as_echo "#define TCL_CFGVAL_ENCODING \"cp1252\"" >>confdefs.h
+ $as_echo "#define TCL_CFGVAL_ENCODING \"utf-8\"" >>confdefs.h
fi