From: Bruno Haible Date: Mon, 1 Jul 2024 22:27:58 +0000 (+0200) Subject: msgfmt: Revisit Tcl string handling. X-Git-Tag: v0.23~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9094e6b3462ffd58f9365e741d394540e8c30788;p=thirdparty%2Fgettext.git msgfmt: Revisit Tcl string handling. * gettext-tools/src/write-tcl.c (write_tcl_string): Improve comment. --- diff --git a/gettext-tools/src/write-tcl.c b/gettext-tools/src/write-tcl.c index b771250d5..d5c039c09 100644 --- a/gettext-tools/src/write-tcl.c +++ b/gettext-tools/src/write-tcl.c @@ -97,6 +97,7 @@ write_tcl_string (FILE *stream, const char *str) } else /* The \unnnn notation doesn't support characters >= 0x10000. + (See also .) We output them as UTF-8 byte sequences and hope that either the Tcl version reading them will be new enough or that the user is using an UTF-8 locale. */