On Wed, Nov 15, 2023 at 12:22:24AM -0800, Paul Eggert wrote: > On 2023-11-13 01:28, Patrice Dumas wrote: > > According to your mail > > https://lists.gnu.org/archive/html/bug-libunistring/2023-11/msg00000.html > > > > char32_t is less portable > > That should be OK, if Gnulib provides a char32_t substitute that works well > enough. The mail you refer to merely says that literals like U'x' don't > work, but this is not a show-stopper for char32_t.
Indeed, the solaris10 automatic build now compiles ok with char32_t with Gnulib uchar after the changes Gavin made. -- Pat