diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-21 09:13:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-21 09:13:08 (GMT) |
commit | 011dd7b0f6b3f7eae43f139e2c0b654387718fd8 (patch) | |
tree | 1ae88b4bd19b990e1c3d9e427237d71be99ecb06 /doc | |
parent | 52b098ca11d6cbae8661a4d1e1461335674f2ce2 (diff) | |
download | tcl-011dd7b0f6b3f7eae43f139e2c0b654387718fd8.zip tcl-011dd7b0f6b3f7eae43f139e2c0b654387718fd8.tar.gz tcl-011dd7b0f6b3f7eae43f139e2c0b654387718fd8.tar.bz2 |
Revert [d874801c57]: putting back "string bytelength". It turns out to be too complicated to take along with the other deprecations in TIP #485
Diffstat (limited to 'doc')
-rw-r--r-- | doc/string.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/string.n b/doc/string.n index 730f49e..00ce85c 100644 --- a/doc/string.n +++ b/doc/string.n @@ -386,8 +386,8 @@ store the representation is of very low value (except to C extension code, which has direct access for the purpose of memory management, etc.) .PP -\fICompatibility note:\fR this subcommand will be gone in -Tcl 9.0. It is better to use the +\fICompatibility note:\fR it is likely that this subcommand will be +withdrawn in a future version of Tcl. It is better to use the \fBencoding convertto\fR command to convert a string to a known encoding and then apply \fBstring length\fR to that. .PP |