[Toybox] Test suite and UTF8.

Samuel Holland samuel at sholland.org
Fri Jan 15 13:09:25 PST 2016


On 01/15/2016 02:28 PM, Rob Landley wrote:
> In theory, this means I set LC_ALL=c in scripts/test.sh the same way
> I do in scripts/make.sh, but I don't want to accidentally disable
> UTF8 support in the host version I'm testing against.

Then set LC_ALL=C.UTF-8

This works on both glibc and musl for enabling UTF8 support in the GNU
tools, while keeping C locale semantics.

--
Regards,
Samuel Holland <samuel at sholland.org>



More information about the Toybox mailing list