summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2017-12-13 15:52:05 (GMT)
committerhypnotoad <yoda@etoyoc.com>2017-12-13 15:52:05 (GMT)
commit2756d018724b48a2990f32b6fb5f03906ec50683 (patch)
tree7f106b635fb6ba67d2156b1e7836e908fba54394 /doc
parent9b22762d4cb8c30dfa46748d1cd46e698ccf17b4 (diff)
parent191ea171cb79131cc69c27ced1d55626347f0d78 (diff)
downloadtcl-2756d018724b48a2990f32b6fb5f03906ec50683.zip
tcl-2756d018724b48a2990f32b6fb5f03906ec50683.tar.gz
tcl-2756d018724b48a2990f32b6fb5f03906ec50683.tar.bz2
Pulling changes from core-8-branch
Diffstat (limited to 'doc')
-rw-r--r--doc/ToUpper.32
-rw-r--r--doc/UniCharIsAlpha.37
-rw-r--r--doc/Utf.32
3 files changed, 4 insertions, 7 deletions
diff --git a/doc/ToUpper.3 b/doc/ToUpper.3
index b933e9c..be614e7 100644
--- a/doc/ToUpper.3
+++ b/doc/ToUpper.3
@@ -33,7 +33,7 @@ int
.SH ARGUMENTS
.AS char *str in/out
.AP int ch in
-The Tcl_UniChar to be converted.
+The Unicode character to be converted.
.AP char *str in/out
Pointer to UTF-8 string to be converted in place.
.BE
diff --git a/doc/UniCharIsAlpha.3 b/doc/UniCharIsAlpha.3
index 2336c34..61490ed 100644
--- a/doc/UniCharIsAlpha.3
+++ b/doc/UniCharIsAlpha.3
@@ -48,19 +48,16 @@ int
.SH ARGUMENTS
.AS int ch
.AP int ch in
-The Tcl_UniChar to be examined.
+The Unicode character to be examined.
.BE
.SH DESCRIPTION
.PP
-All of the routines described examine Tcl_UniChars and return a
+All of the routines described examine Unicode characters and return a
boolean value. A non-zero return value means that the character does
belong to the character class associated with the called routine. The
rest of this document just describes the character classes associated
with the various routines.
-.PP
-Note: A Tcl_UniChar is a Unicode character represented as an unsigned,
-fixed-size quantity.
.SH "CHARACTER CLASSES"
.PP
diff --git a/doc/Utf.3 b/doc/Utf.3
index 378c806..9d0c617 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -77,7 +77,7 @@ int
Buffer in which the UTF-8 representation of the Tcl_UniChar is stored. At most
\fBTCL_UTF_MAX\fR bytes are stored in the buffer.
.AP int ch in
-The Tcl_UniChar to be converted or examined.
+The Unicode character to be converted or examined.
.AP Tcl_UniChar *chPtr out
Filled with the Tcl_UniChar represented by the head of the UTF-8 string.
.AP "const char" *src in