On 20 January 2016 at 23:04, Kiyoshi KANAZAWA <[email protected]> wrote: > Hello, Gavin. > > All of the FAILs say: "Couldn't set UTF-8 character type in locale.", such as > === > > % t/stdout.sh > 1d0 > < Couldn't set UTF-8 character type in locale. > > === > log & diffs files are attached.
Thanks for sending the logs. The XS module is failing to find a locale with a UTF-8 character type. I'll try adding a check in the Perl code for an available locale before loading the XS module. If you posted the output of "% locale" and "% locale -a", it might help to work out why no UTF-8 locale is being found. > I wonder why they passed, not failed nor skipped, in texinfo-6.0. This code is new since then. It's C code that relies on the locale support in the C standard library to process UTF-8.
