On Mon, 5 Jan 2026 at 18:27, Paul Eggert <[email protected]> wrote: > > On 2026-01-05 10:12, Jonathan Wakely wrote: > > - char const *utf8 = u8"UTF-8 string \u2500"; > > + auto const *utf8 = u8"UTF-8 string \u2500"; > > Thanks, I installed that into Gnulib for now, though I'm still > interested in the more-ambitious approach (taken by bleeding-edge > Autoconf) of not fiddling with C++ versions here.
I think the more ambitious approach is safer in the long run.
