diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-02-01 07:29:48 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-02-01 07:29:48 (GMT) |
| commit | 5866ef6d2acf4db24499c820df08a8feb88ea865 (patch) | |
| tree | 3811a5083cc5c3bce1bf349a6f0c98efdbe9f62d /generic/tclEncoding.c | |
| parent | 06de3a9ba1e4397a226e168a72c9da63c2a6f30a (diff) | |
| download | tcl-5866ef6d2acf4db24499c820df08a8feb88ea865.zip tcl-5866ef6d2acf4db24499c820df08a8feb88ea865.tar.gz tcl-5866ef6d2acf4db24499c820df08a8feb88ea865.tar.bz2 | |
(Cherry-pick) Make Tcl_UniCharToUtf more readable.
Diffstat (limited to 'generic/tclEncoding.c')
| -rw-r--r-- | generic/tclEncoding.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index fe2b55b..dfa7907 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -2244,9 +2244,9 @@ UtfExtToUtfIntProc( * * UtfToUtfProc -- * - * Convert from UTF-8 to UTF-8. Note that the UTF-8 to UTF-8 translation - * is not a no-op, because it will turn a stream of improperly formed - * UTF-8 into a properly formed stream. + * Converts from UTF-8 to UTF-8. Note that the UTF-8 to UTF-8 translation + * is not a no-op, because it turns a stream of improperly formed + * UTF-8 into a properly-formed stream. * * Results: * Returns TCL_OK if conversion was successful. |
