0002-gzip-escape-C1-controls-when-quoting.patch: > (main): Start off with setlocale (LC_ALL, ""), so that multibyte > encodings work. From the tryB suggestion of Bruno Haible > <https://bugs.gnu.org/81135#5> except it’s done even on native > MS-Windows. [...] > + This change, which is needed for file name quoting, can affect the > + format of floating-point numbers output by gzip's -l and -v options.
Bruno's tryB.diff used LC_CTYPE, not LC_ALL, and thus didn't affect number formatting. -- Lasse Collin
