Differences From Artifact [17f3aa5e7b]:
- File unix/tclUnixInit.c — part of check-in [d52dbcaad3] at 2017-12-19 11:21:33 on branch core-8-branch — Minor simplification on Cygwin, since we only support Windows NT now (user: jan.nijtmans size: 29941) [more...]
To Artifact [97f8688ea1]:
- File unix/tclUnixInit.c — part of check-in [9bd909d0f9] at 2017-12-28 20:29:10 on branch tip-389 — merge core-8-branch (user: jan.nijtmans size: 29886) [more...]
| ︙ | |||
573 574 575 576 577 578 579 | 573 574 575 576 577 578 579 580 581 582 583 584 585 586 | - - - - - - |
{
Tcl_DString encodingName;
Tcl_SetSystemEncoding(NULL,
Tcl_GetEncodingNameFromEnvironment(&encodingName));
Tcl_DStringFree(&encodingName);
}
|
| ︙ |