From 5b3eb9f3c8ea2f5cee5b144a539b895db9f7c154 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 24 Dec 2025 17:07:33 +0000 Subject: [PATCH] Fix html generation: Encoding: process-text: impotent font change --- doc/Encoding.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Encoding.3 b/doc/Encoding.3 index 9069030f7e..0aecace886 100644 --- a/doc/Encoding.3 +++ b/doc/Encoding.3 @@ -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