diff options
author | hobbs <hobbs> | 2003-05-15 18:41:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-15 18:41:05 (GMT) |
commit | 38d4bcc1bb579ff6ca7f83563e52824da1b0e811 (patch) | |
tree | 076b4e4f85926d98aa25872c42c49d77611c679b | |
parent | c2df9ed4279858a966003e3f548d080001369805 (diff) | |
download | tcl-38d4bcc1bb579ff6ca7f83563e52824da1b0e811.zip tcl-38d4bcc1bb579ff6ca7f83563e52824da1b0e811.tar.gz tcl-38d4bcc1bb579ff6ca7f83563e52824da1b0e811.tar.bz2 |
* doc/socket.n: nroff font handling correction.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/socket.n | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2003-05-15 Jeff Hobbs <jeffh@ActiveState.com> + * doc/socket.n: nroff font handling correction. + * library/encoding/gb2312-raw.enc (new): This is the original gb2312.enc renamed to allow for it to still be used. This is needed by Tk (unix) because X fonts with gb2312* charsets really diff --git a/doc/socket.n b/doc/socket.n index 6d4242a..ba0feb5 100644 --- a/doc/socket.n +++ b/doc/socket.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: socket.n,v 1.7.2.1 2003/04/16 23:08:36 dkf Exp $ +'\" RCS: @(#) $Id: socket.n,v 1.7.2.2 2003/05/15 18:41:06 hobbs Exp $ .so man.macros .TH socket n 8.0 Tcl "Tcl Built-In Commands" .BS @@ -30,7 +30,7 @@ The \fBsocket\fR command may be used to open either the client or server side of a connection, depending on whether the \fB\-server\fR switch is specified. .PP -Note that the default encoding for \fIall\fB sockets is the system +Note that the default encoding for \fIall\fR sockets is the system encoding, as returned by \fBencoding system\fR. Most of the time, you will need to use \fBfconfigure\fR to alter this to something else, such as \fIutf\-8\fR (ideal for communicating with other Tcl |