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 <[email protected]> _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
