From 28fbeaaa88ba1ba92a8143cdc2a77d6ab1ae497f Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 25 Feb 2025 09:33:14 +0000 Subject: int -> Tcl_Size updates to Utf(3), minor markup update --- doc/Utf.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Utf.3 b/doc/Utf.3 index fc7311e..14516e9 100644 --- a/doc/Utf.3 +++ b/doc/Utf.3 @@ -45,13 +45,13 @@ unsigned short * wchar_t * \fBTcl_UtfToWCharDString\fR(\fIsrc, numBytes, dsPtr\fR) .sp -int +Tcl_Size \fBTcl_Char16Len\fR(\fIutf16\fR) .sp -int +Tcl_Size \fBTcl_WCharLen\fR(\fIwcharStr\fR) .sp -int +Tcl_Size \fBTcl_UniCharLen\fR(\fIuniStr\fR) .sp int @@ -72,7 +72,7 @@ int int \fBTcl_UtfCharComplete\fR(\fIsrc, numBytes\fR) .sp -int +Tcl_Size \fBTcl_NumUtfChars\fR(\fIsrc, numBytes\fR) .sp const char * @@ -214,7 +214,7 @@ operate on sequences of \fBUTF-16\fR units instead of \fBTcl_UniChar\fR. characters. It accepts a null-terminated UTF-16 sequence and returns the number of UTF-16 units until the null. .PP -\fBTcl_WCharLen\fR corresponds to \fBstrlen\fR for wchar_t +\fBTcl_WCharLen\fR corresponds to \fBstrlen\fR for \fBwchar_t\fR characters. It accepts a null-terminated \fBwchar_t\fR sequence and returns the number of \fBwchar_t\fR units until the null. .PP -- cgit v0.12