Posted to tcl by Bradipo at Fri Mar 08 15:32:31 GMT 2024view pretty

% set fd [open file r]
file3
% fconfigure $fd
-blocking 1 -buffering full -buffersize 4096 -encoding iso8859-1 -eofchar {} -translation auto
% fconfigure $fd -translation binary
% fconfigure $fd
-blocking 1 -buffering full -buffersize 4096 -encoding binary -eofchar {} -translation lf