diff options
author | stanton <stanton> | 1999-06-24 03:27:56 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-06-24 03:27:56 (GMT) |
commit | 79d36b8166d773a6f2740a59820c30748c102226 (patch) | |
tree | 255e71bdabf736a3697e79ffdd09a91136ea7b33 /doc/string.n | |
parent | 3497f9531e33550bfb1cec92c30b535497e86289 (diff) | |
download | tcl-79d36b8166d773a6f2740a59820c30748c102226.zip tcl-79d36b8166d773a6f2740a59820c30748c102226.tar.gz tcl-79d36b8166d773a6f2740a59820c30748c102226.tar.bz2 |
* unix/Makefile.in: Changed install-doc to install-man.
* tools/uniParse.tcl:
* tools/uniClass.tcl:
* tools/README:
* tests/string.test:
* generic/regc_locale.c:
* generic/tclUniData.c:
* generic/tclUtf.c:
* doc/string.n: Updated Unicode character tables to reflect latest
Unicode 2.1 data. Also rationalized "regexp" and "string is"
definitions of character classes.
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/string.n b/doc/string.n index 6e61943..d394d0c 100644 --- a/doc/string.n +++ b/doc/string.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: string.n,v 1.10 1999/05/22 01:20:11 stanton Exp $ +'\" RCS: @(#) $Id: string.n,v 1.11 1999/06/24 03:27:56 stanton Exp $ '\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -120,7 +120,8 @@ Any of the forms allowed to \fBTcl_GetBoolean\fR. .IP \fBcontrol\fR 10 Any Unicode control character. .IP \fBdigit\fR 10 -Any Unicode digit character. +Any Unicode digit character. Note that this includes characters +outside of the [0\-9] range. .IP \fBdouble\fR 10 Any of the valid forms for a double in Tcl, with optional surrounding whitespace. In case of under/overflow in the value, 0 is returned @@ -138,7 +139,7 @@ Any Unicode lower case alphabet character. .IP \fBprint\fR 10 Any Unicode printing character, including space. .IP \fBpunct\fR 10 -Any Unicode printing character, except space or where \fBalnum\fR is true. +Any Unicode punctuation character. .IP \fBspace\fR 10 Any Unicode space character. .IP \fBtrue\fR 10 |