Fix html generation: Encoding: process-text: impotent font change

This commit is contained in:
jan.nijtmans
2025-12-24 17:07:33 +00:00
parent 8cada016be
commit 5b3eb9f3c8

View File

@@ -250,8 +250,8 @@ of these such as \fBTcl_ExternalToUtf\fR.
The \fBTcl_ExternalToUtfEx\fR function converts bytes in the encoding
\fIencoding\fR at address \fIsrc\fR into TUTF-8 encoding, storing them in the
buffer at address \fIdst\fR. Conversely, \fBTcl_UtfToExternalEx\fR converts
bytes encoded in TUTF-8 at address \fRsrc\fR into the encoding given by
\fIencoding\fR, storing them in the outbut buffer at address \fIdst\fR. In both
bytes encoded in TUTF-8 at address \fIsrc\fR into the encoding given by
\fIencoding\fR, storing them in the output buffer at address \fIdst\fR. In both
cases, \fIsrcLen\fR specifies the number of bytes to be converted and
\fIdstLen\fR specifies the size of the output buffer.
.PP