diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-01-08 15:31:47 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-01-08 15:31:47 (GMT) |
commit | 4e6d4afb1a8b898a5ebba61a5349255e07177d7c (patch) | |
tree | 04e4cc9b2dd1ebb1fd8e531e79ee35956aaca772 /doc/string.n | |
parent | 7c3d8f375c8a17eb441e14030d4e5234ffd27d29 (diff) | |
download | tcl-4e6d4afb1a8b898a5ebba61a5349255e07177d7c.zip tcl-4e6d4afb1a8b898a5ebba61a5349255e07177d7c.tar.gz tcl-4e6d4afb1a8b898a5ebba61a5349255e07177d7c.tar.bz2 |
Documentation of "string is unicode": add warning "this option is under discussion and may be renamed or replaced by another solution withhin the TCL 9.0 series"
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/string.n b/doc/string.n index 76f98c6..c610aeb 100644 --- a/doc/string.n +++ b/doc/string.n @@ -175,7 +175,11 @@ zero width no-break space (U+feff) (=BOM). Any of the forms allowed to \fBTcl_GetBoolean\fR where the value is true. .IP \fBunicode\fR 12 -Any Unicode character, except surrogates and noncharacters +Any Unicode character, except surrogates and noncharacters. +. +Warning: this option is under discussion and may be renamed or replaced +by another solution withhin the TCL 9.0 series. +. .IP \fBupper\fR 12 Any upper case alphabet character in the Unicode character set. .IP \fBwideinteger\fR 12 |