diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-25 14:17:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-25 14:17:14 (GMT) |
commit | 29577449a18c6d97285f1f6ba67a00f7c00d2792 (patch) | |
tree | 7939397b65014810c328725b125e4e251c1c9d3d /win/configure | |
parent | 21b10cef381ba4d268e285e46454ccb1529af85d (diff) | |
download | tcl-29577449a18c6d97285f1f6ba67a00f7c00d2792.zip tcl-29577449a18c6d97285f1f6ba67a00f7c00d2792.tar.gz tcl-29577449a18c6d97285f1f6ba67a00f7c00d2792.tar.bz2 |
Use utf-8 as default encoding for configuration information
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/configure b/win/configure index f099510..b08eb15 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 |