Reported by G. Branden Robinson in
<https://lists.gnu.org/archive/html/bug-gnulib/2026-07/msg00127.html>.
* lib/mbiter-aux.c (mbiter_is_utf8): Tweak comment.
+2026-07-21 Bruno Haible <bruno@clisp.org>
+
+ mbiter-aux: Avoid gcc -Wcomment warning.
+ Reported by G. Branden Robinson in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2026-07/msg00127.html>.
+ * lib/mbiter-aux.c (mbiter_is_utf8): Tweak comment.
+
2026-07-19 Bruno Haible <bruno@clisp.org>
physmem: On NetBSD, consider the available swap space.
if (*cache < 0)
{
/* UTF-8 is the only encoding in use which maps the bytes 0xC4 0x80
- to U+0100. (See libiconv/tests/*.TXT for all the mapping tables.)
+ to U+0100. (See libiconv/tests/?*.TXT for all the mapping tables.)
We can assume that in this case, the char32_t encoding is Unicode
(not platform-dependent like for other locale encodings). */
mbstate_t state; mbszero (&state);