]> git.ipfire.org Git - thirdparty/gettext.git/commit
msginit: Fix encoding of second title line, part 1.
authorBruno Haible <bruno@clisp.org>
Fri, 18 Jul 2025 19:34:55 +0000 (21:34 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 18 Jul 2025 19:34:55 +0000 (21:34 +0200)
commit6aefadd72ba1c9e00a833340fa3721c714a4d523
tree85c3fca7cc5bc3e3bec97dd3c5e0bab3a07fb4ba
parenta0e74b95831bfa37e3f4293b307c25d584b536f7
msginit: Fix encoding of second title line, part 1.

Reported by Matilin Torre <watilin@protonmail.com> in
<https://lists.gnu.org/archive/html/bug-gettext/2025-07/msg00024.html>.

* gettext-tools/src/msginit.c: Include xstriconv.h.
(get_title): Don't set OUTPUT_CHARSET; this does not work any more since 2005,
when an optimization was made in dcigettext.c. Instead, use xstr_iconv().
gettext-tools/src/msginit.c