On Thu, Mar 15, 2018 at 10:10 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > On Mär 15 2018, Ian Lance Taylor <i...@golang.org> wrote: > >> + env = append(env, "LANG=C") > > You should use LC_ALL=C instead.
Does it really matter? Do you think that this approach won't work? Ian