summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2024-02-07 14:47:07 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2024-02-07 14:47:07 (GMT)
commitf531ea653b3043bcd9a542083ee9c6e07e286cfc (patch)
tree14dab23e16de9149eebdb622bccec2fad518ebf3 /doc
parent07a872a6d10a1fb72c2dd1ecdb5d42a49a995d35 (diff)
downloadtcl-f531ea653b3043bcd9a542083ee9c6e07e286cfc.zip
tcl-f531ea653b3043bcd9a542083ee9c6e07e286cfc.tar.gz
tcl-f531ea653b3043bcd9a542083ee9c6e07e286cfc.tar.bz2
Implementation of TIP 652.
Diffstat (limited to 'doc')
-rw-r--r--doc/UniCharIsAlpha.38
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/UniCharIsAlpha.3 b/doc/UniCharIsAlpha.3
index 4ae4612..2b8c0d7 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
@@ -91,9 +88,6 @@ character.
\fBTcl_UniCharIsUpper\fR tests if the character is an uppercase Unicode
character.
.PP
-\fBTcl_UniCharIsUnicode\fR tests if the character is a Unicode character,
-not being a surrogate or noncharacter.
-.PP
\fBTcl_UniCharIsWordChar\fR tests if the character is alphanumeric or
a connector punctuation mark.