diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-24 12:54:15 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-24 12:54:15 (GMT) |
| commit | abc23e672315cb78ec468f0d96c592d0ea346ac9 (patch) | |
| tree | 8460af10f085d3f44905d34edf4d5144da247fd3 /unix/tclUnixInit.c | |
| parent | 3fcb054f917b0642d1ee4ee943c41266e20e3acc (diff) | |
| download | tcl-abc23e672315cb78ec468f0d96c592d0ea346ac9.zip tcl-abc23e672315cb78ec468f0d96c592d0ea346ac9.tar.gz tcl-abc23e672315cb78ec468f0d96c592d0ea346ac9.tar.bz2 | |
TCL_CFGVAL_ENCODING now defaults to "utf-8" as well.
No explicit "-encoding utf-8" for "source" any more, since that's the default
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 98c37f5..e88b084 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -92,7 +92,7 @@ typedef struct { */ #ifndef TCL_DEFAULT_ENCODING -#define TCL_DEFAULT_ENCODING "iso8859-1" +#define TCL_DEFAULT_ENCODING "utf-8" #endif /* |
