summaryrefslogtreecommitdiffstats
path: root/doc/UniCharIsAlpha.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UniCharIsAlpha.3')
-rw-r--r--doc/UniCharIsAlpha.322
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/UniCharIsAlpha.3 b/doc/UniCharIsAlpha.3
index 1f70f6d..4ae4612 100644
--- a/doc/UniCharIsAlpha.3
+++ b/doc/UniCharIsAlpha.3
@@ -65,28 +65,34 @@ with the various routines.
.SH "CHARACTER CLASSES"
.PP
-\fBTcl_UniCharIsAlnum\fR tests if the character is an alphanumeric Unicode character.
+\fBTcl_UniCharIsAlnum\fR tests if the character is an alphanumeric Unicode
+character.
.PP
-\fBTcl_UniCharIsAlpha\fR tests if the character is an alphabetic Unicode character.
+\fBTcl_UniCharIsAlpha\fR tests if the character is an alphabetic Unicode
+character.
.PP
\fBTcl_UniCharIsControl\fR tests if the character is a Unicode control character.
.PP
\fBTcl_UniCharIsDigit\fR tests if the character is a numeric Unicode character.
.PP
-\fBTcl_UniCharIsGraph\fR tests if the character is any Unicode print character except space.
+\fBTcl_UniCharIsGraph\fR tests if the character is any Unicode print character
+except space.
.PP
\fBTcl_UniCharIsLower\fR tests if the character is a lowercase Unicode character.
.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.
+\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_UniCharIsSpace\fR tests if the character is a whitespace Unicode
+character.
.PP
-\fBTcl_UniCharIsUpper\fR tests if the character is an uppercase Unicode 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.
+\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.