summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/UniCharIsAlpha.317
-rw-r--r--doc/string.n7
2 files changed, 4 insertions, 20 deletions
diff --git a/doc/UniCharIsAlpha.3 b/doc/UniCharIsAlpha.3
index 4ae4612..3ce402a 100644
--- a/doc/UniCharIsAlpha.3
+++ b/doc/UniCharIsAlpha.3
@@ -8,7 +8,7 @@
.so man.macros
.BS
.SH NAME
-Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsControl, Tcl_UniCharIsDigit, Tcl_UniCharIsGraph, Tcl_UniCharIsLower, Tcl_UniCharIsPrint, Tcl_UniCharIsPunct, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsUnicode, Tcl_UniCharIsWordChar \- routines for classification of Tcl_UniChar characters
+Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsControl, Tcl_UniCharIsDigit, Tcl_UniCharIsGraph, Tcl_UniCharIsLower, Tcl_UniCharIsPrint, Tcl_UniCharIsPunct, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsWordChar \- routines for classification of Tcl_UniChar characters
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
@@ -44,9 +44,6 @@ int
\fBTcl_UniCharIsUpper\fR(\fIch\fR)
.sp
int
-\fBTcl_UniCharIsUnicode\fR(\fIch\fR)
-.sp
-int
\fBTcl_UniCharIsWordChar\fR(\fIch\fR)
.fi
.SH ARGUMENTS
@@ -82,17 +79,11 @@ except space.
.PP
\fBTcl_UniCharIsPrint\fR tests if the character is a Unicode print character.
.PP
-\fBTcl_UniCharIsPunct\fR tests if the character is a Unicode punctuation
-character.
-.PP
-\fBTcl_UniCharIsSpace\fR tests if the character is a whitespace Unicode
-character.
+\fBTcl_UniCharIsPunct\fR tests if the character is a Unicode punctuation character.
.PP
-\fBTcl_UniCharIsUpper\fR tests if the character is an uppercase Unicode
-character.
+\fBTcl_UniCharIsSpace\fR tests if the character is a whitespace Unicode character.
.PP
-\fBTcl_UniCharIsUnicode\fR tests if the character is a Unicode character,
-not being a surrogate or noncharacter.
+\fBTcl_UniCharIsUpper\fR tests if the character is an uppercase Unicode character.
.PP
\fBTcl_UniCharIsWordChar\fR tests if the character is alphanumeric or
a connector punctuation mark.
diff --git a/doc/string.n b/doc/string.n
index 3b9af03..f07a591 100644
--- a/doc/string.n
+++ b/doc/string.n
@@ -181,13 +181,6 @@ zero width no-break space (U+feff) (=BOM).
.IP \fBtrue\fR 12
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.
-.RS
-.PP
-\fIWarning: this option is under discussion and may be renamed or replaced
-by another solution within the Tcl 9.0 series.\fR
-.RE
.IP \fBupper\fR 12
Any upper case alphabet character in the Unicode character set.
.IP \fBwideinteger\fR 12