Artifact 9b77d6a9bd41cea4a2c504f2d3936d7d7ec43a8f:
- File generic/tclEncoding.c — part of check-in [dfbd1c41a7] at 2014-11-15 21:08:57 on branch dgp-encoding-flags — Tcl_ExternalToUtf appends a terminating NUL to its encoded results. Perhaps this is a welcome convenience for some callers, but not for Tcl's I/O system, which has no need for that. Added a new flag value TCL_ENCODING_NO_TERMINATE that callers can use to suppress this behavior. This means buffers don't require so much padding, and a tiny bit of processing is saved. Update I/O callers to use the feature. (user: dgp size: 103595)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.