summaryrefslogtreecommitdiffstats
path: root/doc/ToUpper.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ToUpper.3')
-rw-r--r--doc/ToUpper.310
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/ToUpper.3 b/doc/ToUpper.3
index 5456538..fd9ddfb 100644
--- a/doc/ToUpper.3
+++ b/doc/ToUpper.3
@@ -8,7 +8,7 @@
.so man.macros
.BS
.SH NAME
-Tcl_UniCharToUpper, Tcl_UniCharToLower, Tcl_UniCharFold, Tcl_UniCharToTitle, Tcl_UtfToUpper, Tcl_UtfToLower, Tcl_UtfToTitle \- routines for manipulating the case of Unicode characters and UTF-8 strings
+Tcl_UniCharToUpper, Tcl_UniCharToLower, Tcl_UniCharToTitle, Tcl_UtfToUpper, Tcl_UtfToLower, Tcl_UtfToTitle \- routines for manipulating the case of Unicode characters and UTF-8 strings
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
@@ -17,9 +17,6 @@ int
\fBTcl_UniCharToUpper\fR(\fIch\fR)
.sp
int
-\fBTcl_UniCharFold\fR(\fIch\fR)
-.sp
-int
\fBTcl_UniCharToLower\fR(\fIch\fR)
.sp
int
@@ -55,11 +52,6 @@ If \fIch\fR represents an upper-case character,
character. If no lower-case character is defined, it returns the
character unchanged.
.PP
-If \fIch\fR represents an upper-case or lower-case character,
-\fBTcl_UniCharFold\fR returns the corresponding folded
-character. If no upper-case or lower-case character is defined, it returns the
-character unchanged.
-.PP
If \fIch\fR represents a lower-case character,
\fBTcl_UniCharToTitle\fR returns the corresponding title-case
character. If no title-case character is defined, it returns the