mirror of
https://github.com/tcltk/tcl.git
synced 2026-05-29 00:27:49 +08:00
Fix html generation: Encoding: process-text: impotent font change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user